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

适用于