XamlSchemaContext.GetAllXamlTypes(String) Método

Definición

Busca en los ensamblados que contiene XamlSchemaContext y devuelve un conjunto de tipos del espacio de nombres XAML especificado.

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)

Parámetros

xamlNamespace
String

Espacio de nombres XAML del que se van a devolver tipos.

Devoluciones

Conjunto enumerable de tipos XAML. Cada tipo XAML del conjunto está representado por un objeto XamlType.

Se aplica a