Freigeben über


HidBooleanControl Klasse

Definition

Stellt ein einfaches boolesches Steuerelement auf einem HID-Gerät dar, das Ein-/Aus-Werte zurückgibt. Ein Beispiel wäre das LED-Licht auf einer Tastatur.

public ref class HidBooleanControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HidBooleanControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HidBooleanControl
Public NotInheritable Class HidBooleanControl
Vererbung
Object Platform::Object IInspectable HidBooleanControl
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Eigenschaften

ControlDescription

Ruft eine Beschreibung des angegebenen booleschen Steuerelements ab.

Id

Ruft den Bezeichner für ein bestimmtes boolesches Steuerelement ab.

IsActive

Ruft einen booleschen Wert ab, der angibt, ob das angegebene boolesche Steuerelement aktiv ist.

UsageId

Ruft den Verwendungsbezeichner ab, der dem angegebenen booleschen Steuerelement zugeordnet ist.

UsagePage

Ruft die Nutzungsseite für ein bestimmtes boolesches Steuerelement ab.

Gilt für:

Weitere Informationen