Partage via


IXamlNameResolver.GetAllNamesAndValuesInScope Méthode

Définition

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.

S’applique à