ActivityPreviewDesigner.GetConnectors 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.
Returns an array of rectangles that bound the activity designer's connectors.
protected public:
override cli::array <System::Drawing::Rectangle> ^ GetConnectors();
protected internal override System.Drawing.Rectangle[] GetConnectors ();
override this.GetConnectors : unit -> System.Drawing.Rectangle[]
Protected Friend Overrides Function GetConnectors () As Rectangle()
Returns
A Rectangle array that defines the bounds of all connectors in the ActivityPreviewDesigner.
Remarks
GetConnectors returns an empty array if one or more of the following conditions occur:
The ActivityPreviewDesigner is not the active designer on the workflow design surface.
The ActivityPreviewDesigner does not contain any child activity designer.
The ActivityPreviewDesigner is not expanded on the workflow design surface.
ShowPreview is set to
true
.