XamlTypeName.TypeArguments Propriété

Définition

Obtient les arguments de type utilisés pour construire ce 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)

Valeur de propriété

Arguments de type, le cas échéant. Ce paramètre peut être null.

Remarques

Si un XamlType a été utilisé pour construire ce XamlTypeName, la valeur de TypeArguments est formée à partir de TypeArguments.

S’applique à