ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) Oluşturucu
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.
ConnectionPointBelirtilen ActivityDesigner , DesignerEdges numaralandırma değerini ve bir tamsayı kullanarak sınıfının yeni bir örneğini başlatır.
public:
ConnectionPoint(System::Workflow::ComponentModel::Design::ActivityDesigner ^ associatedDesigner, System::Workflow::ComponentModel::Design::DesignerEdges designerEdge, int connectionIndex);
public ConnectionPoint (System.Workflow.ComponentModel.Design.ActivityDesigner associatedDesigner, System.Workflow.ComponentModel.Design.DesignerEdges designerEdge, int connectionIndex);
new System.Workflow.ComponentModel.Design.ConnectionPoint : System.Workflow.ComponentModel.Design.ActivityDesigner * System.Workflow.ComponentModel.Design.DesignerEdges * int -> System.Workflow.ComponentModel.Design.ConnectionPoint
Public Sub New (associatedDesigner As ActivityDesigner, designerEdge As DesignerEdges, connectionIndex As Integer)
Parametreler
- associatedDesigner
- ActivityDesigner
ActivityDesignerBağlantı noktasının ait olduğu.
- designerEdge
- DesignerEdges
DesignerEdgesEtkinlik tasarımcısında bağlantı noktasının nerede bulunduğunu belirten numaralandırma değeri.
- connectionIndex
- Int32
Geçerli öğenin dizin konumu ConnectionPoint .
Özel durumlar
connectionIndex, sıfırdan küçüktür.
-- veya --
connectionIndex , üzerindeki bağlantı noktalarının sayısından büyük veya ona eşit associatedDesigner .
associatedDesigner null bir başvuru içerir ( Nothing Visual Basic).