共用方式為


ChangeSet.Updates 屬性

定義

取得已在 ChangeSet 中更新的實體清單。

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

屬性值

已更新實體的 IList

適用於