GlobalTypeCollection.CopyTo(GlobalType[], Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copies the contents of this collection to the given array starting at the given index
.
public:
void CopyTo(cli::array <Microsoft::VisualStudio::Shell::Design::GlobalType ^> ^ array, int index);
public void CopyTo (Microsoft.VisualStudio.Shell.Design.GlobalType[] array, int index);
member this.CopyTo : Microsoft.VisualStudio.Shell.Design.GlobalType[] * int -> unit
Public Sub CopyTo (array As GlobalType(), index As Integer)
Parameters
- array
- GlobalType[]
The destination array.
- index
- Int32
The index of the array at which to begin copying.