Sdílet prostřednictvím


XamlTypeName.TypeArguments Vlastnost

Definice

Získá argumenty typu použité k vytvoření tohoto 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)

Hodnota vlastnosti

IList<XamlTypeName>

Argumenty typu, pokud existují. Může mít hodnotu null.

Poznámky

XamlType Pokud byl použit k vytvoření tohoto XamlTypeName, hodnota TypeArguments je vytvořena z TypeArguments.

Platí pro