SPWebPartConnection.SPTransformers Property

Gets a collection of SPWebPartTransformerCollection objects used internally by the Web Part infrastructure.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property SPTransformers As SPWebPartTransformerCollection
    Get
'Usage
Dim instance As SPWebPartConnection
Dim value As SPWebPartTransformerCollection

value = instance.SPTransformers
[PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)]
[BrowsableAttribute(false)]
public SPWebPartTransformerCollection SPTransformers { get; }

Property Value

Type: Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection
An SPWebPartTransformerCollection object.

Remarks

This member is reserved for internal use and is not intended to be used directly from your code.

See Also

Reference

SPWebPartConnection Class

SPWebPartConnection Members

Microsoft.SharePoint.WebPartPages Namespace