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 对象表示。

适用于