StylusAsyncPluginCollection.CopyTo Method
StylusAsyncPluginCollection.CopyTo Method |
Copies the entire asynchronous plug-in collection to a compatible one-dimensional Array , 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 that is the destination of the elements copied from the asynchronous plug-in collection. The Array must have zero-based indexing. index System.Int32. The zero-based index in array at which copying begins.