EntityCollection.CopyTo 方法

此成员仅供内部使用,不能直接在您的代码中使用。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

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

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

参数

  • array
    类型:[]

另请参阅

引用

EntityCollection 类

EntityCollection 成员

Microsoft.Office.Project.Server.Library 命名空间