次の方法で共有


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 名前空間。

戻り値

ICollection<XamlType>

XAML 型の列挙可能なセット。 セット内の各 XAML 型は、XamlType オブジェクトによって表されます。

適用対象