Aracılığıyla paylaş


SequentialWorkflowRootDesigner.GetInnerConnections(DesignerEdges) Yöntem

Tanım

Tasarımcının iç bağlantısını temsil eden noktalardan oluşan salt okunur bir koleksiyon döndürür.

protected:
 override System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetInnerConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected override System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetInnerConnections (System.Workflow.ComponentModel.Design.DesignerEdges edges);
override this.GetInnerConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Overrides Function GetInnerConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)

Parametreler

edges
DesignerEdges

DesignerEdges Bağlantı noktalarının koleksiyonunun toplandığı yer.

Döndürülenler

ReadOnlyCollection<Point>

Bağlanabilir tasarımcı için kullanılan nesneleri içeren ConnectionPoint koleksiyon.

Açıklamalar

Tasarımcının içinde bağlayıcılar olabilir.

Şunlara uygulanır