次の方法で共有


XamlLanguage.Static プロパティ

定義

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

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

プロパティ値

XamlType

XAML 言語組み込み関数の Static/StaticExtension A。XamlType

注釈

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

適用対象