共用方式為


GlobalTypeCollection.CopyTo Method

Copies the contents of this collection to the given array starting at the given index.

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

Syntax

'宣告
Public Sub CopyTo ( _
    array As GlobalType(), _
    index As Integer _
)
public void CopyTo(
    GlobalType[] array,
    int index
)

Parameters

  • index
    Type: System.Int32
    The index of the array at which to begin copying.

.NET Framework Security

See Also

Reference

GlobalTypeCollection Class

Microsoft.VisualStudio.Shell.Design Namespace