StylusSyncPluginCollection.CopyTo Method
Copies the entire StylusSyncPluginCollection 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 IStylusSyncPlugin(), _
index As Integer _
)
'Usage
Dim instance As StylusSyncPluginCollection
Dim array As IStylusSyncPlugin()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
IStylusSyncPlugin[] array,
int index
)
public:
void CopyTo(
array<IStylusSyncPlugin^>^ array,
int index
)
public function CopyTo(
array : IStylusSyncPlugin[],
index : int
)
Parameters
array
Type: array<Microsoft.StylusInput.IStylusSyncPlugin[]The one-dimensional, zero-based Array that is the destination of the elements copied from the StylusSyncPluginCollection collection.
index
Type: System.Int32The zero-based index in the array parameter 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
StylusSyncPluginCollection Class