XamlLanguage.Base 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 XML 中 base 指令的 XamlDirective。
public:
 static property System::Xaml::XamlDirective ^ Base { System::Xaml::XamlDirective ^ get(); };public static System.Xaml.XamlDirective Base { get; }member this.Base : System.Xaml.XamlDirectivePublic Shared ReadOnly Property Base As XamlDirective属性值
XML 中 base 指令的 XamlDirective。
注解
请参阅 [MS-XAML]第 5.3.15 节。