次の方法で共有


ModelChangeInfo.Value プロパティ

定義

追加または削除されたオブジェクトを取得します。または、プロパティの変更の場合は新しい値を取得します。

public:
 abstract property System::Activities::Presentation::Model::ModelItem ^ Value { System::Activities::Presentation::Model::ModelItem ^ get(); };
public abstract System.Activities.Presentation.Model.ModelItem Value { get; }
member this.Value : System.Activities.Presentation.Model.ModelItem
Public MustOverride ReadOnly Property Value As ModelItem

プロパティ値

追加または削除されたオブジェクト、またはプロパティの変更の場合は新しい値。

適用対象