XamlSchemaContext.GetAllXamlTypes(String) Método

Definição

Pesquisa os assemblies que são detidos por este XamlSchemaContext e retorna um conjunto de tipos do espaço de nomes 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

O espaço de nomes XAML para devolver tipos para.

Devoluções

Um conjunto enumerável de tipos XAML. Cada tipo XAML do conjunto é representado por um XamlType objeto.

Aplica-se a