Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
StylusAsyncPluginCollection.Item Property |
Gets or sets the asynchronous plug-in at the specified index.
Definition
Visual Basic .NET Public Property Item As IStylusAsyncPlugin C# public IStylusAsyncPlugin Item { get; set; } Managed C++ public: __property IStylusAsyncPlugin* get_Item(
int *index);
public: __property void set_Item(IStylusAsyncPlugin*);
Property Value
Microsoft.StylusInput.IStylusAsyncPlugin. The asynchronous plug-in at the specified index.
This property is read/write. This property has no default value.
Parameters
index System.Int32. The zero-based index of the asynchronous plug-in to get or set.
Exceptions