CompositeActivityDesigner.GetIntersectingDesigners Metodo

Definizione

Recupera le finestre di progettazione appartenenti all'attività radice specificata che intersecano un'area specificata.

public:
 static cli::array <System::Workflow::ComponentModel::Design::ActivityDesigner ^> ^ GetIntersectingDesigners(System::Workflow::ComponentModel::Design::ActivityDesigner ^ topLevelDesigner, System::Drawing::Rectangle rectangle);
public static System.Workflow.ComponentModel.Design.ActivityDesigner[] GetIntersectingDesigners(System.Workflow.ComponentModel.Design.ActivityDesigner topLevelDesigner, System.Drawing.Rectangle rectangle);
static member GetIntersectingDesigners : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Drawing.Rectangle -> System.Workflow.ComponentModel.Design.ActivityDesigner[]
Public Shared Function GetIntersectingDesigners (topLevelDesigner As ActivityDesigner, rectangle As Rectangle) As ActivityDesigner()

Parametri

topLevelDesigner
ActivityDesigner

Finestra di progettazione di primo livello da analizzare.

rectangle
Rectangle

Area all'interno della finestra di progettazione di primo livello da analizzare.

Valori restituiti

Matrice di ActivityDesigner oggetti che intersecano una parte del rettangolo specificato.

Si applica a