ListViewUpdateEventArgs.OldValues 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含要更新之項目原始值的字典。
public:
property System::Collections::Specialized::IOrderedDictionary ^ OldValues { System::Collections::Specialized::IOrderedDictionary ^ get(); };
public System.Collections.Specialized.IOrderedDictionary OldValues { get; }
member this.OldValues : System.Collections.Specialized.IOrderedDictionary
Public ReadOnly Property OldValues As IOrderedDictionary
屬性值
要更新之項目的原始值。
備註
OldValues使用屬性 (字典) 來存取要更新之專案中欄位的原始值。 此字典包含專案中的所有欄位,但索引鍵欄位除外。
屬性 OldValues 會自動填入專案中所有欄位的原始值。 個別專案會新增至 OldValues 專案中每個欄位的屬性。
若要判斷專案的功能變數名稱,請使用DictionaryEntry.Key字典中包含的 OldValues 物件屬性System.Collections.DictionaryEntry。 若要判斷專案的值,請使用 DictionaryEntry.Value 屬性。