WebPartTransformerAttribute.GetProviderType(Type) メソッド

定義

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

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

パラメーター

transformerType
Type

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

戻り値

プロバイダー コネクション ポイントの Type

例外

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

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

注釈

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

適用対象