XamlSchemaContext.GetAllXamlTypes(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Recherche les assemblys qui sont conservés par cela XamlSchemaContext et retourne un ensemble de types à partir de l’espace de noms XAML spécifié.
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)
Paramètres
- xamlNamespace
- String
Espace de noms XAML pour lequel retourner des types.
Retours
Ensemble énumérable de types XAML. Chaque type XAML du jeu est représenté par un XamlType objet.