SPWebPartTransformerCollection.CopyTo Method

Copies the collection to an array of WebPartTransformer objects.

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

Syntax

'Declaration
Public Sub CopyTo ( _
    array As WebPartTransformer(), _
    index As Integer _
)
'Usage
Dim instance As SPWebPartTransformerCollection
Dim array As WebPartTransformer()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    WebPartTransformer[] array,
    int index
)

Parameters

  • array
    Type: []

See Also

Reference

SPWebPartTransformerCollection Class

SPWebPartTransformerCollection Members

Microsoft.SharePoint.WebPartPages Namespace