ChangeSet.Deletes 屬性

定義

取得已從 ChangeSet 中刪除的實體清單。

public:
 property System::Collections::Generic::IList<System::Object ^> ^ Deletes { System::Collections::Generic::IList<System::Object ^> ^ get(); };
public System.Collections.Generic.IList<object> Deletes { get; }
member this.Deletes : System.Collections.Generic.IList<obj>
Public ReadOnly Property Deletes As IList(Of Object)

屬性值

已刪除實體的 IList

適用於