EditingScope.Changes 屬性

定義

取得變更的清單。

public:
 property System::Collections::Generic::List<System::Activities::Presentation::Model::Change ^> ^ Changes { System::Collections::Generic::List<System::Activities::Presentation::Model::Change ^> ^ get(); };
public System.Collections.Generic.List<System.Activities.Presentation.Model.Change> Changes { get; }
member this.Changes : System.Collections.Generic.List<System.Activities.Presentation.Model.Change>
Public ReadOnly Property Changes As List(Of Change)

屬性值

變更清單。

適用於