XmlAttributeProperties Class
Encapsulates the XML language-related attributes of a DependencyObject.
Assembly: PresentationFramework (in PresentationFramework.dll)
The XmlAttributeProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | XmlNamespaceMaps | Gets or sets an attached property value that stores XML namespace maps for use by the WPF XAML parser for .NET Framework 3.0 and .NET Framework 3.5. |
![]() | XmlnsDefinition | Gets or sets the attached property value that stores xmlns definitions for use by the WPF XAML parser for .NET Framework 3.0 and .NET Framework 3.5. |
![]() | XmlnsDictionary | Gets or sets the attached property value that stores xmlns dictionaries for use by the WPF XAML parser for .NET Framework 3.0 and .NET Framework 3.5. |
![]() | XmlSpace | Gets or sets the mapped value of the xml:space property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from 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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetXmlNamespaceMaps | Gets the value of the XmlNamespaceMaps attached property of the specified DependencyObject. |
![]() ![]() | GetXmlnsDefinition | Gets the value of the XmlnsDefinition attached property of the specified DependencyObject. |
![]() ![]() | GetXmlnsDictionary | Gets the value of the XmlnsDictionary attached property of the specified DependencyObject. |
![]() ![]() | GetXmlSpace | Gets the value of the XmlSpace attached property of the specified DependencyObject. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | SetXmlNamespaceMaps | Sets the value of the XmlNamespaceMaps attached property of the specified DependencyObject. |
![]() ![]() | SetXmlnsDefinition | Sets the value of the XmlnsDefinition attached property of the specified DependencyObject. |
![]() ![]() | SetXmlnsDictionary | Sets the value of the XmlnsDictionary attached property of the specified DependencyObject. |
![]() ![]() | SetXmlSpace | Sets the value of the XmlSpace attached property of the specified DependencyObject. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | XmlNamespaceMapsProperty | Identifies the XmlNamespaceMaps attached property. |
![]() ![]() | XmlnsDefinitionProperty | Identifies the XmlnsDefinition attached property. |
![]() ![]() | XmlnsDictionaryProperty | Identifies the XmlnsDictionary attached property. |
![]() ![]() | XmlSpaceProperty | Identifies the XmlSpace attached property. |
This class implements attached property support for XmlNamespaceMaps, XmlnsDefinition, and XmlnsDictionary and XmlSpace.
These properties are generally only used by the WPF XAML parser implementation for .NET Framework 3.0 and .NET Framework 3.5. Actual user code attached property calls from XAML markup is not the primary scenario. The properties are implemented as attached properties primarily so that the properties can better support the property inheritance concept for dependency properties through all possible object graphs. As such, this is really an infrastructure support class. For more information, see Property Value Inheritance.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
