TExternalBaseSetExtendedInfo Method Visual Signal ExternalBase Class Library Documentation
API version 1.5.2

[This is preliminary documentation and is subject to change.]

Protected virtual function "SetExtendedInfo", intended to be overridden by the inherited non-user class to set additional root attributes. This function is called by the exported function getDllInfo.

Namespace: VSignal.ExternalBase
Assembly: vsmExternalBase (in vsmExternalBase.dll) Version: 1.6.0.0
Syntax

protected virtual void SetExtendedInfo(
	XmlDocument xdoc
)

Parameters

xdoc
Type: System.XmlXmlDocument
Specifies the XML document containing the module info.
See Also

Reference