IXamlNameResolver.GetAllNamesAndValuesInScope Método

Definição

Devolve um conjunto enumerável de todos os objetos nomeados no namescope 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))

Devoluções

Um conjunto enumerável de KeyValuePair<TKey,TValue> objetos. Para cada KeyValuePair<TKey,TValue>, o Key componente é uma cadeia, e o Value componente é o objeto que usa o Key nome no namescope XAML.

Aplica-se a