WispTabletDeviceCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the TabletDevice objects that represent the digitizer devices of a WISP tablet device.
public ref class WispTabletDeviceCollection : System::Windows::Input::TabletDeviceCollection
public class WispTabletDeviceCollection : System.Windows.Input.TabletDeviceCollection
type WispTabletDeviceCollection = class
inherit TabletDeviceCollection
Public Class WispTabletDeviceCollection
Inherits TabletDeviceCollection
- Inheritance
Properties
Count |
Gets the number of TabletDevice objects in the collection. (Inherited from TabletDeviceCollection) |
IsSynchronized |
Gets a value that indicates whether access to the collection is synchronized (thread safe). (Inherited from TabletDeviceCollection) |
Item[Int32] |
Gets the TabletDevice object at the specified index within the collection. (Inherited from TabletDeviceCollection) |
SyncRoot |
Gets an object that can be used to synchronize access to the collection. (Inherited from TabletDeviceCollection) |
Methods
CopyTo(TabletDevice[], Int32) |
Copies all elements in the current collection to the specified one-dimensional array, starting at the specified destination array index. (Inherited from TabletDeviceCollection) |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) |
This member supports the .NET Framework and is not intended to be used from your code. (Inherited from TabletDeviceCollection) |
IEnumerable.GetEnumerator() |
This member supports the .NET Framework and is not intended to be used from your code. (Inherited from TabletDeviceCollection) |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |