XamlLanguage.Class Property

Definition

Gets a XamlDirective for the Class directive from XAML.

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

Property Value

A XamlDirective for the Class directive from XAML.

Remarks

See [MS-XAML] Section 5.3.7.

Applies to