Aracılığıyla paylaş


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

Noktaların DesignerEdges sorgulandığı yer.

Döndürülenler

ReadOnlyCollection<Point>

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

Şunlara uygulanır