IXamlNameResolver.GetAllNamesAndValuesInScope Methode

Definition

Gibt einen enumerationsfähigen Satz aller benannten Objekte im XAML-NameScope zurück.

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))

Gibt zurück

Eine aufzählbare Gruppe von KeyValuePair<TKey,TValue> Objekten. Für jede KeyValuePair<TKey,TValue>Komponente ist die Key Komponente eine Zeichenfolge, und die Value Komponente ist das Objekt, das den Key Namen im XAML-NameScope verwendet.

Gilt für: