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