共用方式為


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 節

適用於