XamlLanguage.Space 属性

定义

获取 XML 中 space 指令的 XamlDirective

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

属性值

XamlDirective

XML 中 space 指令的 XamlDirective

注解

请参阅 [MS-XAML]第 5.3.14 节

适用于