StylusSyncPluginCollection.Item Property
StylusSyncPluginCollection.Item Property |
Gets or sets the synchronous plug-in at the specified index.
Definition
Visual Basic .NET Public Property Item As IStylusSyncPlugin C# public IStylusSyncPlugin Item { get; set; } Managed C++ public: __property IStylusSyncPlugin* get_Item(
int *index);
public: __property void set_Item(IStylusSyncPlugin*);
Property Value
Microsoft.StylusInput.IStylusSyncPlugin. The synchronous 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 synchronous plug-in to get or set.
Exceptions