ConnectionPoint.ConnectionIndex プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の 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 を識別できます。