[]
Copies the items of the ButtonTextCollectionInfo to a compatible one-dimensional array of type string, starting from the first index of the target array.
public void CopyTo(string[] array)
Public Sub CopyTo(array As String())
Type | Name | Description |
---|---|---|
string[] | array | A string array serving as the destination for the copy action. |
Copies the items of the ButtonTextCollectionInfo to a compatible one-dimensional array of type string, starting at the specified zero-based index of the target array.
public void CopyTo(string[] array, int arrayIndex)
Public Sub CopyTo(array As String(), arrayIndex As Integer)
Type | Name | Description |
---|---|---|
string[] | array | A string array serving as the destination for the copy action. |
int | arrayIndex | The zero-based index at which to start placing the copied collection. |