XamlSchemaContext::GetAllXamlTypes Method (String^)
.NET Framework (current version)
Searches the assemblies that are held by this XamlSchemaContext and returns a set of types from the specified XAML namespace.
Assembly: System.Xaml (in System.Xaml.dll)
Parameters
- xamlNamespace
-
Type:
System::String^
The XAML namespace to return types for.
Return Value
Type: System.Collections.Generic::ICollection<XamlType^>^An enumerable set of XAML types. Each XAML type in the set is represented by a XamlType object.
.NET Framework
Available since 4.0
Available since 4.0
Show: