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