IXamlNameResolver.GetAllNamesAndValuesInScope Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
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.