Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the elements of the collection into the specified array at the specified index.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub CopyTo ( _
array As SPSiteSubscriptionFeaturePack(), _
index As Integer _
)
'Usage
Dim instance As SPSiteSubscriptionFeaturePackCollection
Dim array As SPSiteSubscriptionFeaturePack()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
SPSiteSubscriptionFeaturePack[] array,
int index
)
Parameters
array
Type: []The target array.
index
Type: System.Int32The index location in the array at which to begin copying the feature pack collection.
See Also
Reference
SPSiteSubscriptionFeaturePackCollection Class