StagingAreaInputItem Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Encapsulates an input for entry in the staging area.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT.Input..::..StagingAreaInputItem
Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Class StagingAreaInputItem
public class StagingAreaInputItem
public ref class StagingAreaInputItem
type StagingAreaInputItem = class end
public class StagingAreaInputItem
The StagingAreaInputItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | 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.) | |
GetData | Gets the entry associated with a specified key. | |
GetHashCode | Serves as a hash function for a particular type. (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.) | |
SetData | Creates an entry, associating it with a specified key. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
Input | Specifies the data for the events related to the input. |
Top
Remarks
An InputProviderSite object receives an input (represented by an InputReport object) from an input provider. The InputProviderSite object forwards the input to the InputManager object, which then places the input in the staging area, where it is stored as a StagingAreaInputItem object. Once the input is in the staging area, it is changed into a series of Windows Presentation Foundation (WPF) events, which are then routed through the element tree.
The StagingAreaInputItem class provides dictionary-based storage of the input and its event-related data.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.