This document is archived and information here might be outdated. Recommended version. |
XML source that will be used to update the diagram.
[Visual Basic .NET] Public Sub UpdateXmlData ( _ ByVal DiagramName As String, _ ByVal DiagramClassName As String, _ ByVal UpdateInformation As String, _ ByRef XmlSource As Object, _ ByRef Cancel As Boolean _ )
[C#] public void UpdateXmlData ( string DiagramName, string DiagramClassName, string UpdateInformation, ref object XmlSource, ref bool Cancel );
[C++]
HRESULT UpdateXmlData(
BSTR DiagramName,
BSTR DiagramClassName,
BSTR UpdateInformation,
Variant* XmlSource,
Boolean* Cancel
);
[C++]
Parameters DiagramName [in]
DiagramName is a parameter of type BSTR DiagramClassName [in]
DiagramClassName is a parameter of type BSTR UpdateInformation [in]
UpdateInformation is a parameter of type BSTR XmlSource [in, out]
XmlSource is a parameter of type VARIANT* Cancel [in, out]
Cancel is a parameter of type bool*