Share via


StylusAsyncPluginCollection 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 asynchronous plug-ins that implement the IStylusAsyncPlugin interface. Use this class to add new asynchronous plug-ins to an instance of the RealTimeStylus class.

The StylusAsyncPluginCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds an asynchronous plug-in to the end of the StylusAsyncPluginCollection collection.
Public method Clear Removes all IStylusAsyncPlugin objects from the StylusAsyncPluginCollection instance.
Public method Contains Returns a value that indicates whether the StylusAsyncPluginCollection collection contains a specific asynchronous plug-in.
Public method CopyTo Copies the entire StylusAsyncPluginCollection 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 asynchronous plug-in and returns the zero-based index of the first occurrence of the plug-in within the entire StylusAsyncPluginCollection collection.
Public method Insert Inserts an asynchronous plug-in into the StylusAsyncPluginCollection collection at the specified index.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Removes an asynchronous plug-in from the StylusAsyncPluginCollection collection.
Public method RemoveAt Removes the IStylusAsyncPlugin 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 IStylusAsyncPlugin objects contained in the StylusAsyncPluginCollection collection.
Public property IsReadOnly Gets a value indicating whether the StylusAsyncPluginCollection collection is read-only.
Public property IsSynchronized Gets a value that indicates whether or not access to the StylusAsyncPluginCollection collection is synchronized (thread safe).
Public property Item Gets or sets the asynchronous plug-in at the specified index in the StylusAsyncPluginCollection collection.
Public property SyncRoot Gets an object that can be used to synchronize access to the StylusAsyncPluginCollection collection.

Top

Explicit Interface Implementations

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

Top

See Also

Reference

StylusAsyncPluginCollection Class

Microsoft.StylusInput Namespace