SPFeatureDependencyCollection.CopyTo-Methode
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
)
Parameter
- dependencyList
Typ: []
- index
Typ: System.Int32
Siehe auch
Referenz
SPFeatureDependencyCollection Klasse