SequentialActivityDesigner.HitTest(Point) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne des informations sur le SequentialActivityDesigner qui se trouve au point spécifié sur l'aire de conception de workflow.
public:
override System::Workflow::ComponentModel::Design::HitTestInfo ^ HitTest(System::Drawing::Point point);
public override System.Workflow.ComponentModel.Design.HitTestInfo HitTest (System.Drawing.Point point);
override this.HitTest : System.Drawing.Point -> System.Workflow.ComponentModel.Design.HitTestInfo
Public Overrides Function HitTest (point As Point) As HitTestInfo
Paramètres
- point
- Point
Emplacement Point sur l'aire de conception de workflow sur lequel rassembler des informations.
Retours
HitTestInfo qui contient des informations sur le SequentialActivityDesigner.
Remarques
Les informations retournées par HitTest reposent sur le point de l'aire de conception de workflow qui lui a été passé. Il inclut le concepteur d'activités associé au point, les limites de ce concepteur d'activités, l'emplacement d'atteinte exact du point, tout objet sélectionnable associé au point et toute donnée utilisateur associée au point.