次の方法で共有


ConnectionPoint.ConnectionIndex プロパティ

定義

現在の ConnectionPoint のコネクション インデックスを取得します。

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

プロパティ値

Int32

現在の ConnectionPoint のコネクション インデックスを表す整数。

注釈

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

適用対象