XamlLanguage.Base Property

Definition

Gets a XamlDirective for the base directive from XML.

public:
 static property System::Xaml::XamlDirective ^ Base { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective Base { get; }
static member Base : System.Xaml.XamlDirective
Public Shared ReadOnly Property Base As XamlDirective

Property Value

A XamlDirective for the base directive from XML.

Remarks

See [MS-XAML] Section 5.3.15.

Applies to