StylusAsyncPluginCollection Methods

Include Protected Members
Include Inherited Members

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

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

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