Udostępnij za pośrednictwem


IXamlNameResolver.GetAllNamesAndValuesInScope Metoda

Definicja

Zwraca wyliczany zestaw wszystkich nazwanych obiektów w nazwie 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))

Zwraca

Wyliczalny zestaw KeyValuePair<TKey,TValue> obiektów. Dla każdego KeyValuePair<TKey,TValue>Key elementu składnik jest ciągiem, a Value składnik jest obiektem, który używa Key nazwy w zakresie nazw XAML.

Dotyczy