Class XmlnsDefinitionAttribute
Maps an XML namespace to a CLR namespace for use in XAML.
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class XmlnsDefinitionAttribute : Attribute
- Inheritance
-
XmlnsDefinitionAttribute
- Inherited Members
Constructors
XmlnsDefinitionAttribute(string, string)
Initializes a new instance of the XmlnsDefinitionAttribute class.
public XmlnsDefinitionAttribute(string xmlNamespace, string clrNamespace)
Parameters
Properties
ClrNamespace
Gets or sets the CLR namespace.
public string ClrNamespace { get; }
Property Value
XmlNamespace
Gets or sets the URL of the XML namespace.
public string XmlNamespace { get; }