Partager via


PhoneCallOriginManager.IsSupported Propriété

Définition

Retourne true si les API PhoneCallOriginManager sont prises en charge et false si elles ne sont pas prises en charge. Consultez les remarques relatives à l’exception.

public:
 static property bool IsSupported { bool get(); };
static bool IsSupported();
/// [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 IsSupported();
public static bool IsSupported { get; }
public static bool IsSupported { [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.isSupported;
Public Shared ReadOnly Property IsSupported As Boolean

Valeur de propriété

Boolean

bool

Bool indiquant si les API PhoneCallOriginManager sont prises en charge ou non.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1903 (introduit dans 10.0.18362.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduit dans v5.0)

Remarques

Exception : l’API SetCallOrigin est prise en charge et n’est pas affectée par cette API

S’applique à