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
array
Type: array<Microsoft.StylusInput.IStylusAsyncPlugin[]The one-dimensional Array that is the destination of the elements copied from the StylusAsyncPluginCollection collection. The Array must have zero-based indexing.
index
Type: System.Int32The 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