WebPartTransformerAttribute.ConsumerType Propriedade

Definição

Obtém o Type da interface compatível com o ponto de conexão do consumidor.Gets the Type of the interface supported by the consumer connection point.

public:
 property Type ^ ConsumerType { Type ^ get(); };
public Type ConsumerType { get; }
member this.ConsumerType : Type
Public ReadOnly Property ConsumerType As Type

Valor da propriedade

Type

O Type da interface compatível com o ponto de conexão do consumidor.The Type of the interface supported by the consumer connection point.

Comentários

A ConsumerType propriedade é definida por meio do WebPartTransformerAttribute Construtor.The ConsumerType property is set through the WebPartTransformerAttribute constructor.

Aplica-se a