共用方式為


UnknownXmlElementCollection.CopyTo method

複製項目集合中要開始,會傳遞indexarray 。

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

Syntax

'宣告
Public Sub CopyTo ( _
    array As XmlElement(), _
    index As Integer _
)
'用途
Dim instance As UnknownXmlElementCollection
Dim array As XmlElement()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    XmlElement[] array,
    int index
)

參數

  • array
    Type: []

    您想要複製集合所至的陣列名稱。

  • index
    Type: System.Int32

    您要開始複製集合的陣列中的點。

請參閱

參照

UnknownXmlElementCollection class

UnknownXmlElementCollection members

Microsoft.SharePoint.WebPartPages namespace