IXamlNameResolver.GetAllNamesAndValuesInScope Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.