StylusAsyncPluginCollection.Item Property
Gets or sets the asynchronous plug-in at the specified index in the StylusAsyncPluginCollection collection.
Namespace: Microsoft.StylusInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Property Item ( _
index As Integer _
) As IStylusAsyncPlugin
'Usage
Dim instance As StylusAsyncPluginCollection
Dim index As Integer
Dim value As IStylusAsyncPlugin
value = instance.Item(index)
instance.Item(index) = value
public IStylusAsyncPlugin this[
int index
] { get; set; }
public:
property IStylusAsyncPlugin^ Item[int index] {
IStylusAsyncPlugin^ get (int index);
void set (int index, IStylusAsyncPlugin^ value);
}
JScript does not support indexed properties.
Parameters
index
Type: System.Int32The zero-based index in the StylusAsyncPluginCollection collection.
Property Value
Type: Microsoft.StylusInput.IStylusAsyncPlugin
The asynchronous 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
StylusAsyncPluginCollection Class