ActivityDesigner.GetConnections(DesignerEdges) Yöntem

Tanım

Tasarımcının bağlantılar için kullandığı noktalardan oluşan salt okunur bir koleksiyon döndürür.

protected public:
 virtual System::Collections::ObjectModel::ReadOnlyCollection<System::Drawing::Point> ^ GetConnections(System::Workflow::ComponentModel::Design::DesignerEdges edges);
protected internal virtual System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point> GetConnections(System.Workflow.ComponentModel.Design.DesignerEdges edges);
abstract member GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
override this.GetConnections : System.Workflow.ComponentModel.Design.DesignerEdges -> System.Collections.ObjectModel.ReadOnlyCollection<System.Drawing.Point>
Protected Friend Overridable Function GetConnections (edges As DesignerEdges) As ReadOnlyCollection(Of Point)

Parametreler

edges
DesignerEdges

DesignerEdges Noktaların sorgulandığı yer.

Döndürülenler

Etkinlik tasarımcısı için kullanılacak bağlantıları içeren salt okunur nokta koleksiyonu.

Şunlara uygulanır