Share via


XamlTypeName.TypeArguments 屬性

定義

取得用來建構這個 XamlTypeName 的型別引數。

public:
 property System::Collections::Generic::IList<System::Xaml::Schema::XamlTypeName ^> ^ TypeArguments { System::Collections::Generic::IList<System::Xaml::Schema::XamlTypeName ^> ^ get(); };
public System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName> TypeArguments { get; }
member this.TypeArguments : System.Collections.Generic.IList<System.Xaml.Schema.XamlTypeName>
Public ReadOnly Property TypeArguments As IList(Of XamlTypeName)

屬性值

型別引數 (如果有的話)。 可能是 Null。

備註

XamlType如果使用 來建構這個 XamlTypeName ,則 的值 TypeArguments 會從 TypeArguments 形成。

適用於