WorkflowViewElement.ModelItem 属性

定义

获取或设置与工作流视图元素关联的基础 ModelItem 对象。Gets or sets the underlying ModelItem object associated with the workflow view element.

public:
 property System::Activities::Presentation::Model::ModelItem ^ ModelItem { System::Activities::Presentation::Model::ModelItem ^ get(); void set(System::Activities::Presentation::Model::ModelItem ^ value); };
public System.Activities.Presentation.Model.ModelItem ModelItem { get; set; }
member this.ModelItem : System.Activities.Presentation.Model.ModelItem with get, set
Public Property ModelItem As ModelItem

属性值

ModelItem

ModelItem 对象是模型实例或基础工作流的内存中表示形式周围的包装。A ModelItem object that is a wrapper around a model instance or an in-memory representation of the underlying workflow.

注解

即使在模型实例未提供更改通知的情况下,ModelItem 对象也会提供更改通知。The ModelItem object provides notification of changes even if the model instance does not provide change notification.

适用于