WebPartTransformerAttribute.GetConsumerType(Type) Metodo

Definizione

Restituisce il tipo di consumer che può essere accettato da un trasformatore in un punto di connessione.

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

Parametri

transformerType
Type

Tipo di trasformatore.

Restituisce

Type

Oggetto Type del punto di connessione consumer.

Eccezioni

transformerType non specificato.

transformerType non è un oggetto derivato dalla classe WebPartTransformer.

Commenti

L'oggetto WebPartManager e WebPartConnection l'oggetto usano il GetConsumerType metodo per determinare se il tipo di consumer del trasformatore corrisponde al punto di connessione consumer del controllo Web part.

Si applica a