共用方式為


SPFeatureDependencyCollection.CopyTo method

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

Syntax

'宣告
Public Sub CopyTo ( _
    dependencyList As SPFeatureDependency(), _
    index As Integer _
)
'用途
Dim instance As SPFeatureDependencyCollection
Dim dependencyList As SPFeatureDependency()
Dim index As Integer

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

參數

  • dependencyList
    Type: []

請參閱

參照

SPFeatureDependencyCollection class

SPFeatureDependencyCollection members

Microsoft.SharePoint namespace