StylusSyncPluginCollection.CopyTo Method
StylusSyncPluginCollection.CopyTo Method |
Copies the entire synchronous 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 IStylusSyncPlugin, _
ByVal index As Integer _
)C# public void CopyTo(
IStylusSyncPlugin[] array,
int index
);Managed C++ public: void CopyTo(
IStylusSyncPlugin *array __gc[],
int *index
);
Parameters
array Microsoft.StylusInput.IStylusSyncPlugin[]. The one-dimensional Array that is the destination of the elements copied from the synchronous plug-in collection. The Array must have zero-based indexing. index System.Int32. The zero-based index in array at which copying begins.