Share via


StylusAsyncPluginCollection.CopyTo Method

StylusAsyncPluginCollection.CopyTo Method

Copies the entire asynchronous plug-in collection to a compatible one-dimensional Array Leave Site, starting at the specified index of the target array.

Definition

Visual Basic .NET Public Sub CopyTo( _
ByVal array() As IStylusAsyncPlugin, _
ByVal index As Integer _
)
C# public void CopyTo(
IStylusAsyncPlugin[] array,
int index
);
Managed C++ public: void CopyTo(
IStylusAsyncPlugin *array __gc[],
int *index
);

Parameters

array Microsoft.StylusInput.IStylusAsyncPlugin[]. The one-dimensional Array Leave Site that is the destination of the elements copied from the asynchronous plug-in collection. The Array Leave Site must have zero-based indexing.
index System.Int32. The zero-based index in array at which copying begins.