共用方式為


ListViewDeleteEventArgs.Values 屬性

定義

取得要刪除項目中非鍵欄位名稱/值對的字典。

public:
 property System::Collections::Specialized::IOrderedDictionary ^ Values { System::Collections::Specialized::IOrderedDictionary ^ get(); };
public System.Collections.Specialized.IOrderedDictionary Values { get; }
member this.Values : System.Collections.Specialized.IOrderedDictionary
Public ReadOnly Property Values As IOrderedDictionary

屬性值

一個包含非鍵欄位名稱/值對的物件,該項目的非主鑰欄位名稱/值對。

備註

使用屬性中的 Values 字典來存取要刪除項目中非鍵欄位的值。

備註

此屬性不包含主鍵欄位。 要存取主鍵或多個鍵的值,請使用屬性。Keys

Values該屬性會自動填入項目中非鍵欄位的名稱/值對。 在該屬性中,每個金鑰欄位都會新增 Keys 一個獨立的項目。

要確定項目的欄位名稱,請使用DictionaryEntry.Key字典中包含Values的物件屬性DictionaryEntry。 要判定條目的價值,請使用該 DictionaryEntry.Value 屬性。

適用於

另請參閱