IXamlNameResolver.GetAllNamesAndValuesInScope Methode

Definitie

Retourneert een opsommingsbare set van alle benoemde objecten in de XAML-naamscoop.

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

Retouren

Een opsommingsbare set KeyValuePair<TKey,TValue> objecten. Voor elk KeyValuePair<TKey,TValue>onderdeel is het Key onderdeel een tekenreeks en het Value onderdeel is het object dat gebruikmaakt van de Key naam in de XAML-naamscoop.

Van toepassing op