次の方法で共有


PhoneCallOriginManager.IsCurrentAppActiveCallOriginApp プロパティ

定義

現在のアプリケーションが既定の呼び出し元アプリケーションとして設定されているかどうかを確認します。

public:
 static property bool IsCurrentAppActiveCallOriginApp { bool get(); };
static bool IsCurrentAppActiveCallOriginApp();
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneCallOriginManager is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")]
static bool IsCurrentAppActiveCallOriginApp();
public static bool IsCurrentAppActiveCallOriginApp { get; }
public static bool IsCurrentAppActiveCallOriginApp { [Windows.Foundation.Metadata.Deprecated("PhoneCallOriginManager is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 458752, "Windows.ApplicationModel.Calls.CallsPhoneContract")] get; }
var boolean = PhoneCallOriginManager.isCurrentAppActiveCallOriginApp;
Public Shared ReadOnly Property IsCurrentAppActiveCallOriginApp As Boolean

プロパティ値

Boolean

bool

現在 のアプリケーションが既定の呼び出し元アプリケーションの場合は True、それ以外の場合 は false

属性

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

注釈

ユーザーは、電話に複数の通話配信元アプリケーションをインストールできます。 ただし、既定のアプリケーションとして使用できるアプリケーションは 1 つだけで、着信呼び出しに応答できます。 このメソッドは、現在のアプリケーションがアクティブな通話の発信元アプリケーションであるかどうかを判断します。

適用対象