InputDevice Klasa
Definicja
Klasa abstrakcyjna opisująca urządzenie wejściowe.Abstract class that describes an input device.
public ref class InputDevice abstract : System::Windows::Threading::DispatcherObject
public abstract class InputDevice : System.Windows.Threading.DispatcherObject
type InputDevice = class
inherit DispatcherObject
Public MustInherit Class InputDevice
Inherits DispatcherObject
- Dziedziczenie
- Pochodne
Konstruktory
InputDevice() |
Inicjuje nowe wystąpienie klasy InputDevice.Initializes a new instance of the InputDevice class. |
Właściwości
ActiveSource |
Gdy jest zastępowany w klasie pochodnej, pobiera PresentationSource dane wejściowe raportowania dla tego urządzenia.When overridden in a derived class, gets the PresentationSource that is reporting input for this device. |
Dispatcher |
Pobiera Dispatcher ten DispatcherObject program jest skojarzony z.Gets the Dispatcher this DispatcherObject is associated with. (Odziedziczone po DispatcherObject) |
Target |
Gdy jest zastępowany w klasie pochodnej, pobiera element, który odbiera dane wejściowe z tego urządzenia.When overridden in a derived class, gets the element that receives input from this device. |
Metody
CheckAccess() |
Określa, czy wątek wywołujący ma dostęp do tego DispatcherObject .Determines whether the calling thread has access to this DispatcherObject. (Odziedziczone po DispatcherObject) |
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |
VerifyAccess() |
Wymusza, że wątek wywołujący ma dostęp do tego DispatcherObject .Enforces that the calling thread has access to this DispatcherObject. (Odziedziczone po DispatcherObject) |