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
類型:[]
- index
類型:System.Int32