共用方式為


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 名稱的部分。

適用於