SPFeatureDependencyCollection.CopyTo Method
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ArrayOfSPTypesParameter)> _
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)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.ArrayOfSPTypesParameter)]
public void CopyTo(
SPFeatureDependency[] dependencyList,
int index
)
Parameters
- dependencyList
Type: []
- index
Type: System.Int32
See Also
Reference
SPFeatureDependencyCollection Class