WorkflowDesignerMessageFilter.ParentView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.