Partager via


PhoneCallBlockedReason Énumération

Définition

Indique la raison pour laquelle un appel téléphonique a été rejeté.

public enum class PhoneCallBlockedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneCallBlockedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 65536)]
/// [Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 131072)]
enum class PhoneCallBlockedReason
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 65536)]
/// [Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 196608)]
enum class PhoneCallBlockedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneCallBlockedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 65536)]
[Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 131072)]
public enum PhoneCallBlockedReason
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 65536)]
[Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 196608)]
public enum PhoneCallBlockedReason
var value = Windows.ApplicationModel.Calls.Background.PhoneCallBlockedReason.inCallBlockingList
Public Enum PhoneCallBlockedReason
Héritage
PhoneCallBlockedReason
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Mobile Extension SDK (introduit dans 10.0.10240.0)
Windows Desktop Extension SDK (introduit dans 10.0.10586.0)
Windows Mobile Extension SDK (introduit dans 10.0.10586.0)
Windows 10, version 1809 (introduit dans 10.0.17763.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduit dans v1.0)
Windows.ApplicationModel.Calls.Background.CallsBackgroundContract (introduit dans v1.0)
Fonctionnalités de l’application
phoneCallHistory phoneCallHistorySystem

Champs

InCallBlockingList 0

L’appel a été rejeté, car il figurait dans la liste de blocage.

PrivateNumber 1

L’appel a été rejeté parce qu’il s’agissait d’un numéro privé et que les numéros privés sont bloqués.

UnknownNumber 2

L’appel a été rejeté parce qu’il s’agissait d’un numéro inconnu et que les numéros inconnus sont bloqués.

S’applique à