ViewDescriptionCollection.CopyTo Method (ViewDescription[], Int32)
Copies the contents of the collection to a ViewDescription array, starting at a specified array index.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void CopyTo(
ViewDescription[] array,
int index
)
public:
void CopyTo(
array<ViewDescription^>^ array,
int index
)
member CopyTo :
array:ViewDescription[] *
index:int -> unit
Public Sub CopyTo (
array As ViewDescription(),
index As Integer
)
Parameters
array
Type: Microsoft.ManagementConsole.ViewDescription[]The target array to which the contents of the collection will be copied.
index
Type: System.Int32The zero-based index where the copied contents will begin in the target array.
See Also
ViewDescriptionCollection Class
Microsoft.ManagementConsole Namespace
Return to top