IVstaIdentifierCollection.CopyTo Method

Copies the items in the collection to a string array, starting at the specified index.

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

Syntax

'Declaration
Sub CopyTo ( _
    ByRef identifiers As String(), _
    index As Integer _
)
'Usage
Dim instance As IVstaIdentifierCollection 
Dim identifiers As String()
Dim index As Integer

instance.CopyTo(identifiers, index)
void CopyTo(
    ref string[] identifiers,
    int index
)
void CopyTo(
    array<String^>^% identifiers, 
    int index
)
function CopyTo(
    identifiers : String[], 
    index : int
)

Parameters

  • identifiers
    Type: array<System.String[]%

    The array into which to copy the items in the collection.

  • index
    Type: System.Int32

    The index at which to start copying.

.NET Framework Security

See Also

Reference

IVstaIdentifierCollection Interface

IVstaIdentifierCollection Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Interop Namespace