IXamlNameResolver.GetAllNamesAndValuesInScope 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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 名稱的部分。