Compartilhar via


SPWebPartConnection.Transformer property

Obtém um transformador de Web Part que é usado para transformar dados entre dois pontos de conexão normalmente incompatíveis em uma conexão de Web Parts.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Transformer As WebPartTransformer
    Get
'Uso
Dim instance As SPWebPartConnection
Dim value As WebPartTransformer

value = instance.Transformer
[BrowsableAttribute(false)]
public WebPartTransformer Transformer { get; }

Property value

Type: System.Web.UI.WebControls.WebParts.WebPartTransformer
Um objeto WebPartTransformer.

Ver também

Referência

SPWebPartConnection class

SPWebPartConnection members

Microsoft.SharePoint.WebPartPages namespace