WebPartTransformerAttribute.GetConsumerType(Type) Method

Definition

Returns the consumer type a transformer can accept on a connection point.

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

Parameters

transformerType
Type

The type of transformer.

Returns

The Type of the consumer connection point.

Exceptions

transformerType is not specified.

transformerType is not an object derived from the WebPartTransformer class.

Remarks

The WebPartManager object and WebPartConnection object use the GetConsumerType method to determine whether the consumer type of the transformer matches the consumer connection point of the Web Parts control.

Applies to