다음을 통해 공유


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일 수 있습니다.

설명

XamlType XamlTypeName값을 생성하는 데 사용된 경우 값 TypeArguments 은 .에서 TypeArguments형성됩니다.

적용 대상