Click or drag to resize
XmlnsDefinitionAttribute Class
Specifies a mapping on a per-assembly basis between a XAML namespace and a CLR namespace, which is then used for type resolution by a XAML object writer or XAML schema context.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.Windows.MarkupXmlnsDefinitionAttribute

Namespace: System.Windows.Markup
Assembly: CSharpXamlForHtml5.System.Xaml.dll (in CSharpXamlForHtml5.System.Xaml.dll.dll) Version: 1.0.0.0
Syntax
C#
public class XmlnsDefinitionAttribute : Attribute

The XmlnsDefinitionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodXmlnsDefinitionAttribute
Initializes a new instance of the System.Windows.Markup.XmlnsDefinitionAttribute class.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAssemblyName
Gets or sets the name of the assembly associated with the attribute.
Public propertyClrNamespace
Gets the string name of the CLR namespace specified in this attribute
Public propertyXmlNamespace
Gets the XAML namespace identifier specified in this attribute.
Top
See Also