ServiceDeviceType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出可攜式裝置服務的型別。
public enum class ServiceDeviceType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Portable.PortableDeviceContract, 65536)]
enum class ServiceDeviceType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Portable.PortableDeviceContract), 65536)]
public enum ServiceDeviceType
var value = Windows.Devices.Portable.ServiceDeviceType.calendarService
Public Enum ServiceDeviceType
- 繼承
-
ServiceDeviceType
- 屬性
Windows 需求
裝置系列 |
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
|
API contract |
Windows.Devices.Portable.PortableDeviceContract (已於 v1.0 引進)
|
欄位
CalendarService | 0 | 提供行事曆資訊的服務。 |
ContactsService | 1 | 追蹤連絡人的服務。 |
DeviceStatusService | 2 | 裝置狀態服務。 |
NotesService | 3 | 記事服務。 |
RingtonesService | 4 | 服務,提供手機的響鈴。 |
SmsService | 5 | 簡訊服務 (SMS) 傳訊服務。 |
TasksService | 6 | 追蹤工作的服務。 |
備註
若要存取裝置服務,您必須在應用程式資訊清單檔案的功能區段中宣告裝置服務。 如需代表裝置服務的 GUID 清單,請參閱 Windows.Devices.Portable。