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)

プロパティ値

変更の一覧。

適用対象