PhoneCallBlockedReason Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt den Grund an, warum ein Telefonanruf abgelehnt wurde.
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
- Vererbung
-
PhoneCallBlockedReason
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
Windows Desktop Extension SDK (eingeführt in 10.0.10586.0) Windows Mobile Extension SDK (eingeführt in 10.0.10586.0) Windows 10, version 1809 (eingeführt in 10.0.17763.0) |
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (eingeführt in v1.0)
Windows.ApplicationModel.Calls.Background.CallsBackgroundContract (eingeführt in v1.0) |
App-Funktionen |
phoneCallHistory
phoneCallHistorySystem
|
Felder
Name | Wert | Beschreibung |
---|---|---|
InCallBlockingList | 0 | Der Aufruf wurde abgelehnt, weil er sich in der Sperrliste befand. |
PrivateNumber | 1 | Der Anruf wurde abgelehnt, da es sich um eine private Nummer handelte und private Nummern blockiert sind. |
UnknownNumber | 2 | Der Anruf wurde abgelehnt, weil es sich um eine unbekannte Nummer handelte und unbekannte Nummern blockiert sind. |