Condividi tramite


CompositeActivityDesigner.GetIntersectingDesigners Metodo

Definizione

Recupera finestre di progettazione appartenenti alla RootActivity specificata che interseca un'area determinata.

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 livello superiore da analizzare.

rectangle
Rectangle

Area nella finestra di progettazione di livello superiore da analizzare.

Restituisce

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

Si applica a