XmlDataProvider::XmlNamespaceManager Property
.NET Framework (current version)
Gets or sets the XmlNamespaceManager used to run XPath queries.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property XmlNamespaceManager^ XmlNamespaceManager { XmlNamespaceManager^ get(); void set(XmlNamespaceManager^ value); }
Property Value
Type: System.Xml::XmlNamespaceManager^The XmlNamespaceManager used to run XPath queries. The default value is null.
Setting the following properties will implicitly cause this XmlDataProvider object to refresh: Source, Document, XmlNamespaceManager, and XPath. When changing multiple refresh-causing properties, the use of DeferRefresh is recommended.
<object XmlNamespaceManager="mappingCollection"/>
- mappingCollection
An XmlNamespaceMappingCollection. To refer to a XmlNamespaceMappingCollection, use the Markup Extensions and WPF XAML.
.NET Framework
Available since 3.0
Available since 3.0
Show: