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 オブジェクトによって表されます。

適用対象