ConnectionConsumerAttribute.ConnectionPointType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得消費者連接點的連接點型別。
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 類別。