Share via


XamlType.TypeArguments 속성

정의

XamlType이 제네릭을 나타내는 경우 형식 인수의 목록을 가져옵니다.

public:
 property System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ TypeArguments { System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ get(); };
public System.Collections.Generic.IList<System.Xaml.XamlType> TypeArguments { get; }
member this.TypeArguments : System.Collections.Generic.IList<System.Xaml.XamlType>
Public ReadOnly Property TypeArguments As IList(Of XamlType)

속성 값

IList<XamlType>

형식 인수 형식의 목록이거나, 이 XamlType이 제네릭을 나타내지 않는 경우 null입니다.

설명

매개 변수를 XamlType 호출 TypeArguments 하면 형식이 여전히 열려 있는 목록이 반환되는 특정 시나리오가 있습니다. 이 경우 반환된 XamlType 값 중 하나 이상에는 제네릭이 여전히 열려 있음을 나타내는 자리 표시자 값 XamlType.Name(예: T)이 있습니다. 이 시나리오는 XAML 판독기 GetXamlType구현 대신 호출에서 가져오는 XamlType 경우에 발생할 수 있습니다.

적용 대상