ConnectionProviderAttribute.ConnectionPointType 属性

定义

获取与提供者控件关联的连接点的类型。

public:
 property Type ^ ConnectionPointType { Type ^ get(); };
public Type ConnectionPointType { get; }
member this.ConnectionPointType : Type
Public ReadOnly Property ConnectionPointType As Type

属性值

指示连接点类型的 Type

例外

使用的连接点类型(不是从 ProviderConnectionPoint 类派生的)无效。

注解

此属性返回 Type 提供程序连接点的 。 Type必须派生自 ProviderConnectionPoint,并且当你在ConnectionProviderAttribute回调方法上使用元数据元素声明 connectionPointType 参数时,声明的类型实例将用于创建连接点,而不是标准ProviderConnectionPoint类。

适用于