次の方法で共有


AccessoryManager.RejectPhoneCall メソッド

定義

オーバーロード

RejectPhoneCall(UInt32)

指定された識別子を持つ電話を拒否します。

RejectPhoneCall(UInt32, UInt32)

指定された識別子を持つ電話を拒否し、SMS 応答を送信します。

RejectPhoneCall(UInt32)

指定された識別子を持つ電話を拒否します。

public:
 static void RejectPhoneCall(unsigned int phoneCallId);
/// [Windows.Foundation.Metadata.Overload("RejectPhoneCall")]
 static void RejectPhoneCall(uint32_t const& phoneCallId);
[Windows.Foundation.Metadata.Overload("RejectPhoneCall")]
public static void RejectPhoneCall(uint phoneCallId);
function rejectPhoneCall(phoneCallId)
Public Shared Sub RejectPhoneCall (phoneCallId As UInteger)

パラメーター

phoneCallId
UInt32

unsigned int

uint32_t

電話の識別子。

属性

Windows の要件

アプリの機能
accessoryManager

注釈

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

こちらもご覧ください

適用対象

RejectPhoneCall(UInt32, UInt32)

指定された識別子を持つ電話を拒否し、SMS 応答を送信します。

public:
 static void RejectPhoneCall(unsigned int phoneCallId, unsigned int textResponseID);
/// [Windows.Foundation.Metadata.Overload("RejectPhoneCallWithText")]
 static void RejectPhoneCall(uint32_t const& phoneCallId, uint32_t const& textResponseID);
[Windows.Foundation.Metadata.Overload("RejectPhoneCallWithText")]
public static void RejectPhoneCall(uint phoneCallId, uint textResponseID);
function rejectPhoneCall(phoneCallId, textResponseID)
Public Shared Sub RejectPhoneCall (phoneCallId As UInteger, textResponseID As UInteger)

パラメーター

phoneCallId
UInt32

unsigned int

uint32_t

電話の識別子。

textResponseID
UInt32

unsigned int

uint32_t

TextResponse の識別子。

属性

Windows の要件

アプリの機能
accessoryManager

注釈

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

こちらもご覧ください

適用対象