Share via


StylusAsyncPluginCollection.CopyTo Method

Copies the entire StylusAsyncPluginCollection collection to a compatible one-dimensional Array, starting at the specified index of the target array.

Namespace:  Microsoft.StylusInput
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As IStylusAsyncPlugin(), _
    index As Integer _
)
'Usage
Dim instance As StylusAsyncPluginCollection 
Dim array As IStylusAsyncPlugin()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    IStylusAsyncPlugin[] array,
    int index
)
public:
void CopyTo(
    array<IStylusAsyncPlugin^>^ array, 
    int index
)
public function CopyTo(
    array : IStylusAsyncPlugin[], 
    index : int
)

Parameters

  • index
    Type: System.Int32

    The zero-based index in array at which copying begins.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

StylusAsyncPluginCollection Class

StylusAsyncPluginCollection Members

Microsoft.StylusInput Namespace