SPWebPartConnection.SPTransformers property
Obtém uma coleção de objetos SPWebPartTransformerCollection usado internamente pela infra-estrutura de Web Part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property SPTransformers As SPWebPartTransformerCollection
Get
'Uso
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
Um objeto SPWebPartTransformerCollection .
Comentários
This member is reserved for internal use and is not intended to be used directly from your code.