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)

属性值

IList<XamlTypeName>

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

注解

如果使用 a XamlType 来构造此值 XamlTypeName,则 TypeArguments 该值由其 TypeArguments构成。

适用于