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 を返します。 TypeProviderConnectionPointから派生する必要があります。コールバック メソッドでConnectionProviderAttributeメタデータ要素を使用して connectionPointType パラメーターを宣言する場合、宣言する型のインスタンスを使用して、標準のProviderConnectionPoint クラスの代わりに接続ポイントを作成します。

適用対象