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

返品

KeyValuePair<TKey,TValue> オブジェクトの列挙可能なセット。 KeyValuePair<TKey,TValue>ごとに、Key コンポーネントは文字列であり、Value コンポーネントは XAML 名前スコープでKey名を使用するオブジェクトです。

適用対象