PhoneCallOriginManager.IsCurrentAppActiveCallOriginApp Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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
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.