StylusSyncPluginCollection.Insert Method
Inserts a synchronous plug-in into the StylusSyncPluginCollection collection at the specified index.
Namespace: Microsoft.StylusInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
item As IStylusSyncPlugin _
)
'Usage
Dim instance As StylusSyncPluginCollection
Dim index As Integer
Dim item As IStylusSyncPlugin
instance.Insert(index, item)
public void Insert(
int index,
IStylusSyncPlugin item
)
public:
void Insert(
int index,
IStylusSyncPlugin^ item
)
public function Insert(
index : int,
item : IStylusSyncPlugin
)
Parameters
- index
Type: System.Int32
- item
Type: Microsoft.StylusInput.IStylusSyncPlugin
Remarks
This method throws an exception under the following conditions.
The item parameter is nulla null reference (Nothing in Visual Basic) (Nothing in Microsoft Visual Basic .NET).
The item parameter contains an object that is already a member of the collection.
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