XamlSchemaContext.GetAllXamlTypes(String) 메서드

정의

XamlSchemaContext에 들어 있는 어셈블리를 검색하고 지정된 XAML 네임스페이스에서 형식 집합을 반환합니다.

public:
 virtual System::Collections::Generic::ICollection<System::Xaml::XamlType ^> ^ GetAllXamlTypes(System::String ^ xamlNamespace);
public virtual System.Collections.Generic.ICollection<System.Xaml.XamlType> GetAllXamlTypes (string xamlNamespace);
abstract member GetAllXamlTypes : string -> System.Collections.Generic.ICollection<System.Xaml.XamlType>
override this.GetAllXamlTypes : string -> System.Collections.Generic.ICollection<System.Xaml.XamlType>
Public Overridable Function GetAllXamlTypes (xamlNamespace As String) As ICollection(Of XamlType)

매개 변수

xamlNamespace
String

형식을 반환할 XAML 네임스페이스입니다.

반환

XAML 형식의 열거 가능한 집합입니다. 집합의 각 XAML 형식은 XamlType 개체로 나타냅니다.

적용 대상