SPWebPartConnection.SPTransformers 属性
获取由 Web 部件基础结构内部使用的SPWebPartTransformerCollection对象的集合。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property SPTransformers As SPWebPartTransformerCollection
Get
用法
Dim instance As SPWebPartConnection
Dim value As SPWebPartTransformerCollection
value = instance.SPTransformers
[PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)]
[BrowsableAttribute(false)]
public SPWebPartTransformerCollection SPTransformers { get; }
属性值
类型:Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection
一个SPWebPartTransformerCollection对象。
备注
此成员仅供内部使用,不能直接在您的代码中使用。