Share via


SPFeatureDependencyCollection.CopyTo method

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

Syntax

'Declaration
Public Sub CopyTo ( _
    dependencyList As SPFeatureDependency(), _
    index As Integer _
)
'Usage
Dim instance As SPFeatureDependencyCollection
Dim dependencyList As SPFeatureDependency()
Dim index As Integer

instance.CopyTo(dependencyList, index)
public void CopyTo(
    SPFeatureDependency[] dependencyList,
    int index
)

Parameters

  • dependencyList
    Type: []

See also

Reference

SPFeatureDependencyCollection class

SPFeatureDependencyCollection members

Microsoft.SharePoint namespace