Share via


IdentifierCollection.CopyTo Method (array<String[]%, 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 ( _
    ByRef identifiers As String(), _
    index As Integer _
)
'Usage
Dim instance As IdentifierCollection 
Dim identifiers As String()
Dim index As Integer

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

Parameters

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

    A reference to an array of strings that will receive the names of the identifiers.

  • index
    Type: System.Int32

    The 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