Share via


StylusSyncPluginCollection Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

Maintains a sequenced list of synchronous plug-ins that implement the IStylusSyncPlugin interface. Use this class to add new synchronous plug-ins to an instance of the RealTimeStylus class. This class cannot be inherited.

The StylusSyncPluginCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds a synchronous plug-in to the end of the StylusSyncPluginCollection collection.
Public method Clear Removes all IStylusSyncPlugin objects from the StylusSyncPluginCollection instance.
Public method Contains Returns a value that indicates whether the StylusSyncPluginCollection collection contains a specific synchronous plug-in.
Public method CopyTo Copies the entire StylusSyncPluginCollection collection to a compatible one-dimensional Array, starting at the specified index of the target array.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method IndexOf Searches for the specified synchronous plug-in and returns the zero-based index of the first occurrence of that plug-in within the entire StylusSyncPluginCollection collection.
Public method Insert Inserts a synchronous plug-in into the StylusSyncPluginCollection collection at the specified index.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes a synchronous plug-in from the StylusSyncPluginCollection collection.
Public method RemoveAt Removes the IStylusSyncPlugin object at the specified index.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Count Gets the number of IStylusSyncPlugin objects contained in the StylusSyncPluginCollection collection.
Public property IsReadOnly Gets a value indicating whether the StylusSyncPluginCollection collection is read-only.
Public property IsSynchronized Gets a value that indicates whether or not access to the StylusSyncPluginCollection collection is synchronized (thread safe).
Public property Item Gets or sets the synchronous plug-in at the specified index in the StylusSyncPluginCollection collection.
Public property SyncRoot Gets an object that can be used to synchronize access to the StylusSyncPluginCollection collection.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See Also

Reference

StylusSyncPluginCollection Class

Microsoft.StylusInput Namespace