VibrateState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表手機震動模式和響鈴的狀態。
public enum class VibrateState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class VibrateState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum VibrateState
var value = Windows.Phone.Notification.Management.VibrateState.ringerOffVibrateOff
Public Enum VibrateState
- 繼承
-
VibrateState
- 屬性
Windows 需求
裝置系列 |
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Phone.PhoneContract (已於 v1.0 引進)
|
應用程式功能 |
accessoryManager
|
欄位
名稱 | 值 | Description |
---|---|---|
RingerOffVibrateOff | 0 | 響鈴和震動模式都已關閉。 |
RingerOffVibrateOn | 1 | 響鈴已關閉,且震動模式為開啟。 |
RingerOnVibrateOff | 2 | 響鈴已開啟且震動模式已關閉。 |
RingerOnVibrateOn | 3 | 響鈴和震動模式都開啟。 |
備註
呼叫此 API 需要在應用程式資訊清單中指定 ID_CAP_SMS 和 ID_CAP_SMS_COMPANION 功能。