XamlTypeName.TypeArguments 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來建構這個 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 形成。