HidNumericControl 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
값 범위를 반환하는 HID 디바이스의 숫자 컨트롤을 나타냅니다. 예를 들어 스피커의 볼륨 제어가 있습니다.
public ref class HidNumericControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HidNumericControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HidNumericControl
Public NotInheritable Class HidNumericControl
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
속성
ControlDescription |
지정된 숫자 컨트롤에 대한 컨트롤 설명을 가져옵니다. |
Id |
지정된 숫자 컨트롤의 식별자를 가져옵니다. |
IsGrouped |
지정된 숫자 컨트롤이 다른 관련 컨트롤과 그룹화되는지 여부를 나타내는 부울 값을 가져옵니다. |
ScaledValue |
지정된 컨트롤의 크기가 조정된 숫자 값을 가져오거나 설정합니다. |
UsageId |
지정된 숫자 컨트롤의 사용 식별자를 가져옵니다. |
UsagePage |
지정된 숫자 컨트롤의 사용 페이지를 가져옵니다. |
Value |
지정된 컨트롤의 숫자 값을 가져오거나 설정합니다. |