SPUserCodePropertyCollection.CopyTo 方法

副本的整组数组,目标数组的指定索引处开始到集合中的属性。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Sub CopyTo ( _
    array As SPUserCodeProperty(), _
    index As Integer _
)
用法
Dim instance As SPUserCodePropertyCollection
Dim array As SPUserCodeProperty()
Dim index As Integer

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

参数

  • array
    类型:[]

    将属性复制到目标数组。

  • index
    类型:System.Int32

    目标数组开始的索引。

备注

将属性复制到相同的顺序将枚举器重循环访问集合中的数组。

另请参阅

引用

SPUserCodePropertyCollection 类

SPUserCodePropertyCollection 成员

Microsoft.SharePoint.WebPartPages 命名空间