Udostępnij za pośrednictwem


XamlTypeName.TypeArguments Właściwość

Definicja

Pobiera argumenty typu używane do konstruowania tego XamlTypeNameelementu .

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)

Wartość właściwości

IList<XamlTypeName>

Argumenty typu, jeśli istnieją. Może mieć wartość null.

Uwagi

XamlType Jeśli element został użyty do skonstruowania tego XamlTypeNameobiektu , wartość jest tworzona TypeArguments na podstawie TypeArguments.

Dotyczy