Modifier

WorkflowDesignerMessageFilter.ParentView Property

Definition

Gets the WorkflowView that is associated with the WorkflowDesignerMessageFilter.

protected:
 property System::Workflow::ComponentModel::Design::WorkflowView ^ ParentView { System::Workflow::ComponentModel::Design::WorkflowView ^ get(); };
protected System.Workflow.ComponentModel.Design.WorkflowView ParentView { get; }
member this.ParentView : System.Workflow.ComponentModel.Design.WorkflowView
Protected ReadOnly Property ParentView As WorkflowView

Property Value

The WorkflowView associated with the WorkflowDesignerMessageFilter.

Remarks

A message filter responds to events in a WorkflowView. The message filter is associated with a WorkflowView using AddDesignerMessageFilter. When an event occurs in the WorkflowView it passes the message on to the WorkflowDesignerMessageFilter to be handled.

Applies to