XamlLanguage.Static プロパティ

定義

XamlType Static / XAML 言語組み込みのStaticExtensionを取得します。

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

プロパティ値

Static / StaticExtension XAML 言語組み込みのXamlType

注釈

この XAML 型は、バッキング メンバーが静的メンバーであるマークアップの値を提供します。 XAML 型は、 MarkupExtensionに割り当て可能である (または割り当てる必要があります)。 「[MS-XAML] セクション 5.2.2 を参照してください。

適用対象