WebPartTransformerAttribute.GetConsumerType(Type) メソッド

定義

コネクション ポイントでトランスフォーマーが受け入れることができるコンシューマーの型を返します。

public:
 static Type ^ GetConsumerType(Type ^ transformerType);
public static Type GetConsumerType (Type transformerType);
static member GetConsumerType : Type -> Type
Public Shared Function GetConsumerType (transformerType As Type) As Type

パラメーター

transformerType
Type

トランスフォーマーの型。

戻り値

コンシューマー接続ポイントの Type

例外

transformerType が指定されていません。

transformerType は、WebPartTransformer クラスから派生したオブジェクトではありません。

注釈

オブジェクトと WebPartConnection オブジェクトはWebPartManager、 メソッドをGetConsumerType使用して、トランスフォーマーのコンシューマーの種類が Web パーツ コントロールのコンシューマー接続ポイントと一致するかどうかを判断します。

適用対象