Compartir a través de


XamlTypeName.TypeArguments Propiedad

Definición

Obtiene los argumentos de tipo que se han usado para construir este objeto 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)

Valor de propiedad

Argumentos de tipo, si los hay. Su valor puede ser null.

Comentarios

Si se usó para XamlType construir este XamlTypeName, el valor de se forma a partir de TypeArgumentsTypeArguments.

Se aplica a