XamlLanguage.Class 属性

定义

从 XAML 获取指令XamlDirective的一个Class

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

属性值

XAML 中的Class指令的 AXamlDirective

注解

请参阅 [MS-XAML] 第 5.3.7 节

适用于