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 で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET