Compartilhar via


PhoneCallOriginManager.IsSupported Propriedade

Definição

Retornará true se as APIs PhoneCallOriginManager tiverem suporte e false se não tiverem suporte. Consulte comentários para obter exceção.

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

Valor da propriedade

Boolean

bool

O bool que representa se as APIs PhoneCallOriginManager têm suporte ou não.

Atributos

Requisitos do Windows

Família de dispositivos
Windows 10, version 1903 (introduzida na 10.0.18362.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduzida na v5.0)

Comentários

Exceção: há suporte para a API SetCallOrigin e não é afetada por essa API

Aplica-se a