SPWebPartTransformerCollection.CopyTo - Méthode
Copie la collection dans un tableau d'objets WebPartTransformer.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub CopyTo ( _
array As WebPartTransformer(), _
index As Integer _
)
'Utilisation
Dim instance As SPWebPartTransformerCollection
Dim array As WebPartTransformer()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
WebPartTransformer[] array,
int index
)
Paramètres
- array
Type : []
- index
Type : System.Int32
Voir aussi
Référence
SPWebPartTransformerCollection classe