Share via


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 屬性。

適用於

另請參閱