Search
ImportItemEventArgs.MasterXml Property
See Also
 





Gets the XML DOM element corresponding to the Visio document's XML code that describes the shape master.

Namespace: MindFusion.Diagramming.Import
Assembly: MindFusion.Diagramming.Import.Visio

 Syntax

C#  Copy Code

public XmlNode MasterXml { get; }

Visual Basic  Copy Code

Public ReadOnly Property MasterXml As XmlNode

 Property Value

A System.Xml.XmlNode instance.

 See Also