StylusSyncPluginCollection.Item Property
Gets or sets the synchronous plug-in at the specified index in the StylusSyncPluginCollection collection.
Namespace: Microsoft.StylusInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Property Item ( _
index As Integer _
) As IStylusSyncPlugin
'Usage
Dim instance As StylusSyncPluginCollection
Dim index As Integer
Dim value As IStylusSyncPlugin
value = instance.Item(index)
instance.Item(index) = value
public IStylusSyncPlugin this[
int index
] { get; set; }
public:
property IStylusSyncPlugin^ Item[int index] {
IStylusSyncPlugin^ get (int index);
void set (int index, IStylusSyncPlugin^ value);
}
JScript does not support indexed properties.
Parameters
index
Type: System.Int32The zero-based index of the synchronous plug-in to get or set.
Property Value
Type: Microsoft.StylusInput.IStylusSyncPlugin
The synchronous plug-in to get or set.
Remarks
This property throws an exception under the following conditions.
The property is set to nulla null reference (Nothing in Visual Basic) (Nothing in Microsoft® Visual Basic® .NET).
The property is set to 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