SimpleHapticsController.IsPlayDurationSupported 속성
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
촉각 입력 디바이스가 피드백 기간을 지원하는지 여부를 가져옵니다.
public:
property bool IsPlayDurationSupported { bool get(); };
bool IsPlayDurationSupported();
C#
public bool IsPlayDurationSupported { get; }
var boolean = simpleHapticsController.isPlayDurationSupported;
Public ReadOnly Property IsPlayDurationSupported As Boolean
Boolean
bool
기간이 지원되면 true입니다. 그렇지 않으면 false입니다.
제품 | 버전 |
---|---|
WinRT | Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |