ConnectionPoint(ActivityDesigner, DesignerEdges, Int32) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した ConnectionPoint、ActivityDesigner 列挙値、および整数を使用して、DesignerEdges クラスの新しいインスタンスを初期化します。
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)
パラメーター
- associatedDesigner
- ActivityDesigner
コネクション ポイントが属する ActivityDesigner。
- designerEdge
- DesignerEdges
コネクション ポイントを配置するアクティビティ デザイナー上の位置を指定する DesignerEdges 列挙値。
- connectionIndex
- Int32
現在の ConnectionPoint のインデックス。
例外
connectionIndex
が 0 未満です。
-- または --
connectionIndex
が、associatedDesigner
のコネクション ポイントの数以上です。
associatedDesigner
に null 参照 (Visual Basic の場合は Nothing
) が含まれています。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET