ServiceDeviceType 列挙型

定義

ポータブル デバイス サービスの種類を示します。

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

タスクを追跡するためのサービス。

注釈

デバイス サービスにアクセスするには、アプリ マニフェスト ファイルの capabilities セクションでデバイス サービスを宣言する必要があります。 デバイス サービスを表す GUID の一覧については、「 Windows.Devices.Portable」を参照してください。

適用対象