SequentialActivityDesigner.GetConnectors Método

Definição

Retorna uma matriz de retângulos que limitam os conectores do designer de atividade.Returns an array of rectangles that bound the activity designer's connectors.

protected public:
 virtual cli::array <System::Drawing::Rectangle> ^ GetConnectors();
protected internal virtual System.Drawing.Rectangle[] GetConnectors ();
abstract member GetConnectors : unit -> System.Drawing.Rectangle[]
override this.GetConnectors : unit -> System.Drawing.Rectangle[]
Protected Friend Overridable Function GetConnectors () As Rectangle()

Retornos

Rectangle[]

A matriz Rectangle que delimita os conectores.The Rectangle array that bounds the connectors.

Comentários

Se o designer atual não for o designer ativo ou se o designer não estiver expandido, o GetConnectors retornará uma matriz vazia.If the current designer is not the active designer or if the designer is not expanded, GetConnectors returns an empty array. Se não houver designers de atividade no designer pai, GetConnectors o retornará uma matriz de um retângulo.If there are no activity designers in the parent designer, GetConnectors returns an array of one rectangle.

Aplica-se a