WorkflowDesignerMessageFilter::ParentView Property
.NET Framework (current version)
Gets the WorkflowView that is associated with the WorkflowDesignerMessageFilter.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Property Value
Type: System.Workflow.ComponentModel.Design::WorkflowView^The WorkflowView associated with the WorkflowDesignerMessageFilter.
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.
.NET Framework
Available since 3.0
Available since 3.0
Show: