StylusSyncPluginCollection Class
StylusSyncPluginCollection Class |
Maintains a sequenced list of synchronous plug-ins that implement IStylusSyncPlugin. Used to add new synchronous plug-ins to a RealTimeStylus object instance.
Definition
Visual Basic .NET NotInheritable Public Class StylusSyncPluginCollection
Inherits StylusPluginCollectionBaseC# public sealed class StylusSyncPluginCollection : StylusPluginCollectionBase Managed C++ public __gc __sealed class StylusSyncPluginCollection : public StylusPluginCollectionBase
Members Table
The following table lists the members exposed by the object.
Methods
Method Description Add Adds a synchronous plug-in to the end of the synchronous plug-in collection. Clear Removes all objects from the CollectionBase instance. Inherited from CollectionBase . Contains Determines whether the synchronous plug-in collection contains a specific synchronous plug-in. CopyTo Copies the entire synchronous 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 synchronous plug-in and returns the zero-based index of the first occurrence within the entire synchronous plug-in collection. Insert Inserts a synchronous plug-in into the synchronous 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 synchronous plug-in from the synchronous 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 synchronous plug-in at the specified index. List Gets an IList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase .
Inheritance Hierarchy
StylusSyncPluginCollection
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