IXamlNameResolver.GetAllNamesAndValuesInScope 메서드

정의

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

반환

IEnumerable<KeyValuePair<String,Object>>

KeyValuePair<TKey,TValue> 개체의 열거 가능한 집합입니다. 각 KeyValuePair<TKey,TValue>에 대해 Key 구성 요소는 문자열이고, Value 구성 요소는 XAML 네임스페이스에서 Key 이름을 사용하는 개체입니다.

적용 대상