WebPartTransformerAttribute.ConsumerType Propriedade
Definição
public:
property Type ^ ConsumerType { Type ^ get(); };
public Type ConsumerType { get; }
member this.ConsumerType : Type
Public ReadOnly Property ConsumerType As Type
Valor da propriedade
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.