XamlSchemaContext.GetAllXamlTypes(String) Metodo

Definizione

Cerca negli assembly contenuti nell'oggetto XamlSchemaContext 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 il quale restituire i tipi.

Restituisce

ICollection<XamlType>

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

Si applica a