XamlLanguage.Subclass Property

Definition

Gets a XamlDirective for the Subclass directive from XAML.

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

Property Value

A XamlDirective for the Subclass directive from XAML.

Remarks

See [MS-XAML] Section 5.3.8

Applies to