XamlObjectReader.Namespace Property

Definition

Gets the XAML namespace declaration from the current reader position.

public:
 virtual property System::Xaml::NamespaceDeclaration ^ Namespace { System::Xaml::NamespaceDeclaration ^ get(); };
public override System.Xaml.NamespaceDeclaration Namespace { get; }
member this.Namespace : System.Xaml.NamespaceDeclaration
Public Overrides ReadOnly Property Namespace As NamespaceDeclaration

Property Value

The XAML namespace declaration if the reader is positioned on a NamespaceDeclaration; otherwise, null.

Remarks

This property returns a non-null result only if the NodeType property of the current reader position is NamespaceDeclaration. It does not infer a namespace that is based on the context of other node types, such as an object in that namespace.

Applies to