次の方法で共有


AccessoryManager.EndPhoneCall(UInt32) メソッド

定義

指定された通話識別子の電話を終了します。

public:
 static void EndPhoneCall(unsigned int phoneCallId);
 static void EndPhoneCall(uint32_t const& phoneCallId);
public static void EndPhoneCall(uint phoneCallId);
function endPhoneCall(phoneCallId)
Public Shared Sub EndPhoneCall (phoneCallId As UInteger)

パラメーター

phoneCallId
UInt32

unsigned int

uint32_t

通話の識別子。 アクティブな着信 通話の PhoneNotificationTriggerDetail.CallDetails.CallID プロパティからこの値を取得します。

Windows の要件

アプリの機能
accessoryManager

注釈

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

適用対象