Compartilhar via


IXamlNameResolver.GetAllNamesAndValuesInScope Método

Definição

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

Retornos

IEnumerable<KeyValuePair<String,Object>>

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

Aplica-se a