ActivityDesigner.GetConnectionPoints(DesignerEdges) Yöntem

Tanım

Belirtilen DesignerEdgesboyunca etkinlik tasarımcısı için bağlantı noktalarından oluşan salt okunur bir koleksiyon döndürür.

public:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Workflow::ComponentModel::Design::ConnectionPoint ^> ^ GetConnectionPoints(System::Workflow::ComponentModel::Design::DesignerEdges edges);
public virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint> GetConnectionPoints (System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnectionPoints : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint>
override this.GetConnectionPoints : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Workflow.ComponentModel.Design.ConnectionPoint>
Public Overridable Function GetConnectionPoints (edges As DesignerEdges) As ReadOnlyCollection(Of ConnectionPoint)

Parametreler

edges
DesignerEdges

DesignerEdges Bağlantı noktalarının toplandığı yol.

Döndürülenler

ReadOnlyCollection<ConnectionPoint>

Etkinlik ConnectionPoint tasarımcısının diğer etkinlik tasarımcılarına bağlanabileceği noktalar olarak kullanılan genel bir salt okunur koleksiyon.

Açıklamalar

Tüm bağlantı noktaları mantıksal koordinatlardadır.

Şunlara uygulanır