次の方法で共有


XamlLanguage.TypeArguments プロパティ

定義

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

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

プロパティ値

XamlDirective

XAML からの TypeArguments ディレクティブの XamlDirective

注釈

TypeArgumentsジェネリックが XAML オブジェクトとして指定されている場合、ディレクティブはジェネリックの型制約を指定します。 MS-XAML]セクション 5.3.11[参照してください。

適用対象