ActivityDesigner.GetConnectionPoints(DesignerEdges) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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.