XamlTypeName.TypeArguments Propiedad

Definición

Obtiene los argumentos de tipo usados para construir este XamlTypeNameobjeto .

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. Puede ser null.

Comentarios

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

Se aplica a