XamlTypeName.TypeArguments 属性

定义

获取用于构造此 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)

属性值

类型参数(如果有)。 可以为 null。

注解

如果 a XamlType 用于构造此值XamlTypeName,则其值是从TypeArguments中构成的TypeArguments

适用于