XamlSchemaContext.GetAllXamlTypes(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この 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 オブジェクトによって表されます。