XamlSchemaContext.GetAllXamlTypes(String) Metodo

Definizione

Cerca negli assembly contenuti in questo XamlSchemaContext oggetto e restituisce un set di tipi dallo spazio dei nomi XAML specificato.

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)

Parametri

xamlNamespace
String

Spazio dei nomi XAML per cui restituire i tipi.

Valori restituiti

Set enumerabile di tipi XAML. Ogni tipo XAML nel set è rappresentato da un XamlType oggetto .

Si applica a