Condividi tramite


XamlTypeName.TypeArguments Proprietà

Definizione

Ottiene gli argomenti di tipo utilizzati per costruire l'oggetto 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)

Valore della proprietà

IList<XamlTypeName>

Argomenti di tipo, se presenti. Può essere Null.

Commenti

Se è stato usato un XamlType oggetto per costruire questo XamlTypeNameoggetto , il valore di TypeArguments viene formato da TypeArguments.

Si applica a