Compartilhar via


XamlSchemaContext.GetAllXamlTypes(String) Método

Definição

Pesquisa os assemblies que são mantidos por este XamlSchemaContext e retorna um conjunto de tipos do namespace 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 namespace XAML para os quais retornar os tipos.

Retornos

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

Aplica-se a