StylusPluginCollectionBase Class
StylusPluginCollectionBase Class |
This class supports the RealTimeStylus infrastructure and is not intended to be used directly from your code.
Definition
Visual Basic .NET MustInherit Public Class StylusPluginCollectionBase
Inherits CollectionBaseC# public abstract class StylusPluginCollectionBase : CollectionBase Managed C++ public __gc __abstract class StylusPluginCollectionBase : public CollectionBase
Members Table
The following table lists the members exposed by the object.
Methods
Method Description Clear Removes all objects from the CollectionBase instance. Inherited from CollectionBase . 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 . 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. 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. 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. 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. OnSetComplete Performs additional custom processes after setting a value in the CollectionBase instance. Inherited from CollectionBase . OnValidate Performs additional custom processes when validating a value. Inherited from CollectionBase . ReferenceEquals Determines whether the specified Object instances are the same instance. Inherited from Object . 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 . List Gets an IList containing the list of elements in the CollectionBase instance. Inherited from CollectionBase .
Inheritance Hierarchy
StylusPluginCollectionBase
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