WorkflowDesignerMessageFilter.MessageHitTestContext 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 HitTestInfo that describes the context of the WorkflowDesignerMessageFilter.
protected:
property System::Workflow::ComponentModel::Design::HitTestInfo ^ MessageHitTestContext { System::Workflow::ComponentModel::Design::HitTestInfo ^ get(); };
protected System.Workflow.ComponentModel.Design.HitTestInfo MessageHitTestContext { get; }
member this.MessageHitTestContext : System.Workflow.ComponentModel.Design.HitTestInfo
Protected ReadOnly Property MessageHitTestContext As HitTestInfo
Property Value
A HitTestInfo object that contains information about the context of the WorkflowDesignerMessageFilter.
Remarks
The HitTestInfo contains information about the area and the context of the area hit, including any designers hit and the area on the designer hit.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.