WorkflowDesignerMessageFilter.Initialize(WorkflowView) Method
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.
Initializes the WorkflowDesignerMessageFilter with the associated WorkflowView.
protected:
virtual void Initialize(System::Workflow::ComponentModel::Design::WorkflowView ^ parentView);
protected virtual void Initialize (System.Workflow.ComponentModel.Design.WorkflowView parentView);
abstract member Initialize : System.Workflow.ComponentModel.Design.WorkflowView -> unit
override this.Initialize : System.Workflow.ComponentModel.Design.WorkflowView -> unit
Protected Overridable Sub Initialize (parentView As WorkflowView)
Parameters
- parentView
- WorkflowView
The WorkflowView to associate with the WorkflowDesignerMessageFilter.
Remarks
You can associate message filters with the WorkflowView to capture messages that occur from user interaction, such as mouse events, keyboard events, paint and layout events.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.