Freigeben über


PhoneLineProperties Enumeration

Definition

Gibt einen Satz von Eigenschaftsflags an, die Teil eines geänderten Triggers für telefonleitungsänderungen sind. Mehrere Eigenschaften können gleichzeitig festgelegt werden.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class PhoneLineProperties
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneLineProperties
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 65536)]
/// [Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 131072)]
enum class PhoneLineProperties
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract, 65536)]
/// [Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 196608)]
enum class PhoneLineProperties
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneLineProperties
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 65536)]
[Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 131072)]
public enum PhoneLineProperties
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.Background.CallsBackgroundContract), 65536)]
[Windows.Foundation.Metadata.PreviousContractVersion("Windows.ApplicationModel.Calls.CallsPhoneContract", 65536, 196608)]
public enum PhoneLineProperties
var value = Windows.ApplicationModel.Calls.Background.PhoneLineProperties.none
Public Enum PhoneLineProperties
Vererbung
PhoneLineProperties
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

BrandingOptions 1

Die Brandingoptionen für die Telefonleitung.

CanDial 2

Die Möglichkeit, ausgehende Anrufe über die Telefonleitung zu wählen.

CellularDetails 4

Die Mobilfunkdetails für die Telefonleitung.

DisplayColor 8

Die bevorzugte Anzeigefarbe für die Telefonleitung.

DisplayName 16

Der benutzerseitig zugewiesene Anzeigename der Telefonleitung.

NetworkName 32

Der Name des aktuellen Netzwerks, das von der Telefonleitung verwendet wird.

NetworkState 64

Das aktuelle Netzwerk status der Telefonleitung.

None 0

Keine Eigenschaft.

Transport 128

Der Transport (Mobilfunk oder Voice over IP) für die Telefonleitung.

Voicemail 256

Das Voicemailkonto, das der Telefonleitung zugeordnet ist.

Gilt für: