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.
CopyTo
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Sub CopyTo ( _
array As Array, _
index As Integer _
) Implements ICollection.CopyTo
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim array As Array
Dim index As Integer
CType(instance, ICollection).CopyTo(array, _
index)
void ICollection.CopyTo(
Array array,
int index
)
Parameters
- array
Type: System.Array
- index
Type: System.Int32
Implements
ICollection.CopyTo(Array, Int32)
See also
Reference
ClientWebPartPropertyCollection class