ConnectionConsumerAttribute.ConnectionPointType プロパティ

定義

コンシューマー接続ポイントのコネクション ポイントの種類を取得します。

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

プロパティ値

コネクション ポイントの種類を示す Type

例外

無効なコネクション ポイントの種類 (ConsumerConnectionPoint クラスから派生しない種類) が使用されました。

注釈

このプロパティは、 Type コンシューマー接続ポイントの を返します。 は Type からConsumerConnectionPoint派生する必要があります。コールバック メソッドでメタデータ要素を使用してConnectionConsumerAttributeパラメーターを宣言connectionPointTypeすると、宣言した型のインスタンスを使用して、標準ConsumerConnectionPointクラスではなく接続ポイントが作成されます。

適用対象