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 KeyValuePair<TKey,TValue> objetos. Para cada KeyValuePair<TKey,TValue>um, o Key componente é uma cadeia de caracteres e o Value componente é o objeto que usa o Key nome no namescope XAML.