StylusAsyncPluginCollection Class
StylusAsyncPluginCollection Class |
Maintains a sequenced list of asynchronous plug-ins that implement IStylusAsyncPlugin. Used to add new asynchronous plug-ins to a RealTimeStylus object instance.
Definition
Visual Basic .NET NotInheritable Public Class StylusAsyncPluginCollection
Inherits StylusPluginCollectionBaseC# public sealed class StylusAsyncPluginCollection : StylusPluginCollectionBase Managed C++ public __gc __sealed class StylusAsyncPluginCollection : public StylusPluginCollectionBase
Members Table
The following table lists the members exposed by the object.
Methods
Method Description Add Adds an asynchronous plug-in to the end of the asynchronous plug-in collection. Clear Removes all objects from the CollectionBase instance. Inherited from CollectionBase . Contains Determines whether the asynchronous plug-in collection contains a specific asynchronous plug-in. CopyTo Copies the entire asynchronous plug-in collection to a compatible one-dimensional Array , starting at the specified index of the target array. Equals Determines whether two Object instances are equal. Inherited from Object . Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. Inherited from Object . GetEnumerator Returns an enumerator that can iterate through the CollectionBase instance. Inherited from CollectionBase . GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. Inherited from Object . GetType Gets the Type of the current instance. Inherited from Object . ICollection.CopyTo Inherited from CollectionBase . IList.Add Inherited from CollectionBase . IList.Contains Inherited from CollectionBase . IList.IndexOf Inherited from CollectionBase . IList.Insert Inherited from CollectionBase . IList.Remove Inherited from CollectionBase . IndexOf Searches for the specified asynchronous plug-in and returns the zero-based index of the first occurrence within the entire asynchronous plug-in collection. Insert Inserts an asynchronous plug-in into the asynchronous plug-in collection at the specified index. MemberwiseClone Creates a shallow copy of the current Object . Inherited from Object . OnClear This class supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. Inherited from StylusPluginCollectionBase. OnClearComplete Performs additional custom processes after clearing the contents of the CollectionBase instance. Inherited from CollectionBase . OnInsert This class supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. Inherited from StylusPluginCollectionBase. OnInsertComplete Performs additional custom processes after inserting a new element into the CollectionBase instance. Inherited from CollectionBase . OnRemove This class supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. Inherited from StylusPluginCollectionBase. OnRemoveComplete Performs additional custom processes after removing an element from the CollectionBase instance. Inherited from CollectionBase . OnSet This class supports the RealTimeStylus infrastructure and is not intended to be used directly from your code. Inherited from StylusPluginCollectionBase. OnSetComplete Performs additional custom processes after setting a value in the CollectionBase instance. Inherited from CollectionBase . OnValidate Performs additional validation of a value. ReferenceEquals Determines whether the specified Object instances are the same instance. Inherited from Object . Remove Removes the asynchronous plug-in from the asynchronous plug-in collection. RemoveAt Removes the element at the specified index of the CollectionBase instance. Inherited from CollectionBase . ToString Returns a String that represents the current Object . Inherited from Object . Properties
Property Description Capacity Inherited from CollectionBase . Count Gets the number of elements contained in the CollectionBase instance. Inherited from CollectionBase . InnerList Gets an ArrayList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase . Item Gets or sets the asynchronous plug-in at the specified index. List Gets an IList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase .
Inheritance Hierarchy
StylusAsyncPluginCollection
Class Information
Namespace Microsoft.StylusInput Assembly Microsoft.Ink (microsoft.ink.dll) Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8
See Also