次の方法で共有


XamlLanguage.Type プロパティ

定義

組み込み XAML 言語の Type/TypeExtensionXamlType を取得します。

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

プロパティ値

XamlTypeTypeExtension/TypeXAML 言語組み込みの 。

注釈

この XAML 型は、バッキング型システムからのバインドと参照を使用する値を提供 XamlType します。 XAML 型は に割り当て可能です (または 割り当て可能である MarkupExtension必要があります)。 「[MS-XAML] セクション 5.2.3」を参照してください。

適用対象