Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Maintains a sequenced list of synchronous plug-ins that implement the IStylusSyncPlugin interface. Use this class to add new synchronous plug-ins to an instance of the RealTimeStylus class. This class cannot be inherited.
The StylusSyncPluginCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a synchronous plug-in to the end of the StylusSyncPluginCollection collection. |
![]() |
Clear | Removes all IStylusSyncPlugin objects from the StylusSyncPluginCollection instance. |
![]() |
Contains | Returns a value that indicates whether the StylusSyncPluginCollection collection contains a specific synchronous plug-in. |
![]() |
CopyTo | Copies the entire StylusSyncPluginCollection collection to a compatible one-dimensional Array, starting at the specified index of the target array. |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() |
IndexOf | Searches for the specified synchronous plug-in and returns the zero-based index of the first occurrence of that plug-in within the entire StylusSyncPluginCollection collection. |
![]() |
Insert | Inserts a synchronous plug-in into the StylusSyncPluginCollection collection at the specified index. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove | Removes a synchronous plug-in from the StylusSyncPluginCollection collection. |
![]() |
RemoveAt | Removes the IStylusSyncPlugin object at the specified index. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of IStylusSyncPlugin objects contained in the StylusSyncPluginCollection collection. |
![]() |
IsReadOnly | Gets a value indicating whether the StylusSyncPluginCollection collection is read-only. |
![]() |
IsSynchronized | Gets a value that indicates whether or not access to the StylusSyncPluginCollection collection is synchronized (thread safe). |
![]() |
Item | Gets or sets the synchronous plug-in at the specified index in the StylusSyncPluginCollection collection. |
![]() |
SyncRoot | Gets an object that can be used to synchronize access to the StylusSyncPluginCollection collection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | |
![]() ![]() |
IEnumerable.GetEnumerator |
Top