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。