Partager via


PhoneCallOriginManager.IsCurrentAppActiveCallOriginApp Propriété

Définition

Vérifie si l’application actuelle est définie comme application d’origine de l’appel par défaut.

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

Valeur de propriété

Boolean

bool

True si l’application actuelle est l’application d’origine de l’appel par défaut, sinon false.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
phoneCallHistory phoneCallHistorySystem

Remarques

Un utilisateur peut avoir plusieurs applications d’origine des appels téléphoniques installées sur un téléphone. Toutefois, une seule des applications peut être l’application par défaut et répondre aux appels entrants. Cette méthode détermine si l’application actuelle est l’application d’origine de l’appel téléphonique active.

S’applique à