WindowCollection.CopyTo Method (Window[], Int32)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Copies each Window object in the collection to an array, starting from the specified index.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- array
-
Type:
System.Windows.Window[]
An array of type Window that the Window objects in the collection are copied to.
- index
-
Type:
System.Int32
The position in the collection to start copying from.
.NET Framework
Available since 3.0
Available since 3.0
Show: