ConnectionPoint.ConnectionIndex プロパティ

定義

現在の ConnectionPointの接続インデックスを取得します。

public:
 property int ConnectionIndex { int get(); };
public int ConnectionIndex { get; }
member this.ConnectionIndex : int
Public ReadOnly Property ConnectionIndex As Integer

プロパティ値

現在の ConnectionPointの接続インデックスを表す整数。

注釈

アクティビティ デザイナーは、ConnectionIndexを使用して、ConnectionPointによって返される読み取り専用のPoint コレクション内のGetConnectionsを識別します。

適用対象