次の方法で共有


AccessoryManager.SwapPhoneCalls(UInt32, UInt32) メソッド

定義

現在の電話を保留にしてから、保留電話を接続します。

public:
 static void SwapPhoneCalls(unsigned int phoneCallIdToHold, unsigned int phoneCallIdOnHold);
 static void SwapPhoneCalls(uint32_t const& phoneCallIdToHold, uint32_t const& phoneCallIdOnHold);
public static void SwapPhoneCalls(uint phoneCallIdToHold, uint phoneCallIdOnHold);
function swapPhoneCalls(phoneCallIdToHold, phoneCallIdOnHold)
Public Shared Sub SwapPhoneCalls (phoneCallIdToHold As UInteger, phoneCallIdOnHold As UInteger)

パラメーター

phoneCallIdToHold
UInt32

unsigned int

uint32_t

電話を保留にするための通知。

phoneCallIdOnHold
UInt32

unsigned int

uint32_t

接続する電話の識別子。

Windows の要件

アプリの機能
accessoryManager

注釈

この API を呼び出すには、 アプリケーション マニフェストで ID_CAP_SMS 機能とID_CAP_SMS_COMPANION機能を指定する必要があります。

適用対象