ListViewDeleteEventArgs.Values 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要刪除項目中非索引鍵欄位名稱/值組的字典。
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 屬性。