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

使用者连接点的 Type

例外

未指定 transformerType

transformerType 不是从 WebPartTransformer 类派生的对象。

注解

对象WebPartManagerWebPartConnection对象使用GetConsumerType该方法来确定转换器的使用者类型是否与Web 部件控件的使用者连接点匹配。

适用于