XmlNamespaceMapping Class
Declares a mapping between a uniform resource identifier (URI) and a prefix.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | XmlNamespaceMapping() | Initializes a new instance of the XmlNamespaceMapping class. |
![]() | XmlNamespaceMapping(String^, Uri^) | Initializes a new instance of the XmlNamespaceMapping class with the specified prefix and uniform resource identifier (URI). |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Returns a value that indicates whether this XmlNamespaceMapping is equivalent to the specified instance.(Overrides Object::Equals(Object^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Returns the hash code for this XmlNamespaceMapping.(Overrides Object::GetHashCode().) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(XmlNamespaceMapping^, XmlNamespaceMapping^) | Performs equality comparison by value. |
![]() ![]() | Inequality(XmlNamespaceMapping^, XmlNamespaceMapping^) | Performs inequality comparison by value. |
| Name | Description | |
|---|---|---|
![]() ![]() | ISupportInitialize::BeginInit() | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
![]() ![]() | ISupportInitialize::EndInit() | This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
To declare a mapping between a URI and a prefix, create an XmlNamespaceMapping class and add it to an XmlNamespaceMappingCollection object that is used as the XmlNamespaceManager for a binding.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






