Search
ImportItemEventArgs.NamespaceManager Property
See Also
 





Gets an XmlNamespaceManager instance with preloaded Visio namespaces that can be used when querying the XML elements provided by this ImportItemEventArgs instance.

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

 Syntax

C#  Copy Code

public XmlNamespaceManager NamespaceManager { get; }

Visual Basic  Copy Code

Public ReadOnly Property NamespaceManager As XmlNamespaceManager

 Property Value

A System.Xml.XmlNamespaceManager instance.

 See Also