Share via


SPWebPartTransformerCollection class

Representa uma coleção de objetos WebPartTransformer.

Inheritance hierarchy

System.Object
  System.Collections.CollectionBase
    Microsoft.SharePoint.WebPartPages.SPWebPartTransformerCollection

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

Syntax

'Declaração
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class SPWebPartTransformerCollection _
    Inherits CollectionBase
'Uso
Dim instance As SPWebPartTransformerCollection
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class SPWebPartTransformerCollection : CollectionBase

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

SPWebPartTransformerCollection members

Microsoft.SharePoint.WebPartPages namespace