Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Copies the UIElement objects from the current collection to an array of UIElement objects, starting at a specified index number (position) in the collection.
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Overridable Sub CopyTo ( _
array As UIElement(), _
index As Integer _
)
public virtual void CopyTo(
UIElement[] array,
int index
)
public:
virtual void CopyTo(
array<UIElement^>^ array,
int index
)
abstract CopyTo :
array:UIElement[] *
index:int -> unit
override CopyTo :
array:UIElement[] *
index:int -> unit
public function CopyTo(
array : UIElement[],
index : int
)
Parameters
- array
Type: array<Microsoft.SPOT.Presentation. . :: . .UIElement> [] () [] []
A UIElement array into which you want to copy the UIElement objects.
- index
Type: System. . :: . .Int32
The index number in the current collection where you want copying to begin.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.