XamlLanguage.Base プロパティ

定義

XML から XamlDirective ディレクティブのbaseを取得します。

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

プロパティ値

XML からのbase ディレクティブのXamlDirective

注釈

「[MS-XAML] セクション 5.3.15」を参照してください。

適用対象