EditingScope.Changes Property

Definition

Gets a list of 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)

Property Value

A list of changes.

Applies to