Bagikan melalui


PhoneCallOriginManager.IsCurrentAppActiveCallOriginApp Properti

Definisi

Memeriksa untuk melihat apakah aplikasi saat ini ditetapkan sebagai aplikasi asal panggilan default.

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

Nilai Properti

Boolean

bool

True jika aplikasi saat ini adalah aplikasi asal panggilan default, jika tidak salah.

Atribut

Persyaratan Windows

Kemampuan aplikasi
phoneCallHistory phoneCallHistorySystem

Keterangan

Pengguna dapat menginstal beberapa aplikasi asal panggilan telepon di telepon. Namun, hanya salah satu aplikasi yang dapat menjadi aplikasi default dan merespons panggilan masuk. Metode ini menentukan apakah aplikasi saat ini adalah aplikasi asal panggilan telepon aktif.

Berlaku untuk