共用方式為


SPUserCustomActionCollection.ICollection.CopyTo method

陣列,指定索引處開始複製集合的項目。

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

Syntax

'宣告
Private Sub CopyTo ( _
    array As Array, _
    index As Integer _
) Implements ICollection.CopyTo
'用途
Dim instance As SPUserCustomActionCollection
Dim array As Array
Dim index As Integer

CType(instance, ICollection).CopyTo(array, _
    index)
void ICollection.CopyTo(
    Array array,
    int index
)

參數

  • array
    Type: System.Array

    從集合複製之項目的端一維陣列。陣列必須有以零起始的索引。

  • index
    Type: System.Int32

    在複製陣列中以零起始的索引開始的位置。

Implements

ICollection.CopyTo(Array, Int32)

請參閱

參照

SPUserCustomActionCollection class

SPUserCustomActionCollection members

Microsoft.SharePoint namespace