GrapeCity ActiveReports for .NET 16.0J
CopyTo メソッド (CustomPropertyDefinitionCollection)

GrapeCity.ActiveReports.PageReportModel 名前空間 > CustomPropertyDefinitionCollection クラス : CopyTo メソッド
The one-dimensional System.Array that is the destination of the elements copied from Collection. The System.Array must have zero-based indexing.
The zero-based index in array at which copying begins.
Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array.
シンタックス
'宣言
 
Public Sub CopyTo( _
   ByVal array() As CustomPropertyDefinition, _
   ByVal index As Integer _
) 
public void CopyTo( 
   CustomPropertyDefinition[] array,
   int index
)

パラメータ

array
The one-dimensional System.Array that is the destination of the elements copied from Collection. The System.Array must have zero-based indexing.
index
The zero-based index in array at which copying begins.
例外
例外解説
array is null 参照 (Visual Basicでは Nothing).
index is less than zero.
The number of elements in the source Collection is greater than the available space from index to the end of the destination array.
参照

CustomPropertyDefinitionCollection クラス
CustomPropertyDefinitionCollection メンバ