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.Wpf.Import
Assembly: MindFusion.Diagramming.Wpf.VisioImport

 Syntax

C#  Copy Code

public XmlNamespaceManager NamespaceManager { get; set; }

Visual Basic  Copy Code

Public Property NamespaceManager As XmlNamespaceManager

 Property Value

A System.Xml.XmlNamespaceManager instance.

 See Also