次の方法で共有


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 名を使用するオブジェクトです。

適用対象