This document is archived and information here might be outdated. Recommended version. |
Xml Source to parse for generating/updating the diagram. This may be an URL (String/BSTR) that specifies the location of the XML file, a DOMDocument object, a SAFEARRAY of bytes (VT_ARRAY|VT_UI1), or any object that supports IStream, ISequentialStream, or IPer.
[Visual Basic .NET]
Public Property XmlSource As Object
[C#]
public object XmlSource {get; set;}
[C++]
HRESULT get_XmlSource(
VARIANT XmlSource
);
[C++]
HRESULT put_XmlSource(
Variant* XmlSource
);
[C++] Parameters XmlSource [in]
XmlSource is a parameter of type VARIANT XmlSource [out, retval]
XmlSource is a parameter of type VARIANT*