Partager via


SPWorkflowCollection.CopyTo - Méthode

Copie les éléments de la SPWorkflowCollection dans un tableau de SPWorkflow , en commençant à l'index de tableau spécifié.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ArrayOfSPTypesParameter)> _
Public Sub CopyTo ( _
    array As SPWorkflow(), _
    index As Integer _
)
'Utilisation
Dim instance As SPWorkflowCollection
Dim array As SPWorkflow()
Dim index As Integer

instance.CopyTo(array, index)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ArrayOfSPTypesParameter)]
public void CopyTo(
    SPWorkflow[] array,
    int index
)

Paramètres

  • index
    Type : System.Int32

    Index de base zéro dans array au niveau duquel la copie commence.

Remarques

Cette méthode copie les éléments de la SPWorkflowCollection dans un tableau de SPWorkflow() .

Voir aussi

Référence

SPWorkflowCollection classe

SPWorkflowCollection - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview