Condividi tramite


PhoneCallOriginManager.IsSupported Proprietà

Definizione

Restituisce true se le API PhoneCallOriginManager sono supportate e false se non sono supportate. Vedere le osservazioni per l'eccezione.

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

Valore della proprietà

Boolean

bool

Valore bool che indica se le API PhoneCallOriginManager sono supportate o meno.

Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1903 (è stato introdotto in 10.0.18362.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (è stato introdotto in v5.0)

Commenti

Eccezione: l'API SetCallOrigin è supportata e non è interessata da questa API

Si applica a