Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Sub CopyTo ( _
array As GlobalType(), _
index As Integer _
)
'Usage
Dim instance As GlobalTypeCollection
Dim array As GlobalType()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
GlobalType[] array,
int index
)
public:
void CopyTo(
array<GlobalType^>^ array,
int index
)
member CopyTo :
array:GlobalType[] *
index:int -> unit
public function CopyTo(
array : GlobalType[],
index : int
)
Parameters
- array
Type: array<Microsoft.VisualStudio.Shell.Design.GlobalType[]
The destination array.
- index
Type: System.Int32
The index of the array at which to begin copying.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.