Partilhar via


XamlTypeName.TypeArguments Propriedade

Definição

Obtém os argumentos de tipo usados para construir este 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 da propriedade

Os argumentos de tipo, se houver. Pode ser nulo.

Comentários

Se um XamlType tiver sido usado para construir esse XamlTypeName, o valor de TypeArguments será formado de TypeArguments.

Aplica-se a