Share via


IdentifierCollection.CopyTo Method (Array, Int32)

Copies the elements of the IdentifierCollection to the specified array, starting at the specified index.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As Array, _
    index As Integer _
)
'Usage
Dim instance As IdentifierCollection 
Dim array As Array 
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    Array array,
    int index
)
public:
void CopyTo(
    Array^ array, 
    int index
)
public function CopyTo(
    array : Array, 
    index : int
)

Parameters

  • array
    Type: System.Array

    Name of the array to copy the elements to.

  • index
    Type: System.Int32

    Zero-based index at which to begin copying.

.NET Framework Security

See Also

Reference

IdentifierCollection Class

IdentifierCollection Members

CopyTo Overload

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel Namespace