共用方式為


GlobalTypeCollection.ICollection.CopyTo Method

Copies objects to the specified array starting at the specified position.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣告
Private Sub CopyTo ( _
    array As Array, _
    index As Integer _
) Implements ICollection.CopyTo
void ICollection.CopyTo(
    Array array,
    int index
)

Parameters

  • index
    Type: System.Int32
    The position in the array at which to start copying.

Implements

ICollection.CopyTo(Array, Int32)

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

Microsoft.VisualStudio.Shell.Design Namespace