IXamlNameResolver.GetAllNamesAndValuesInScope 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.
Retourne un jeu énumérable de tous les objets nommés figurant dans la portée de nom XAML.
public:
System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ GetAllNamesAndValuesInScope();
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> GetAllNamesAndValuesInScope();
abstract member GetAllNamesAndValuesInScope : unit -> seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public Function GetAllNamesAndValuesInScope () As IEnumerable(Of KeyValuePair(Of String, Object))
Retours
Jeu énumérable d'objets KeyValuePair<TKey,TValue>. Pour chaque KeyValuePair<TKey,TValue>, le composant Key est une chaîne, et le composant Value est l'objet qui utilise le nom Key dans la portée de nom XAML.