PhoneLineNetworkOperatorDisplayTextLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The possible locations for displaying network operator information to the user.
public enum class PhoneLineNetworkOperatorDisplayTextLocation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneLineNetworkOperatorDisplayTextLocation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneLineNetworkOperatorDisplayTextLocation
var value = Windows.ApplicationModel.Calls.PhoneLineNetworkOperatorDisplayTextLocation.default
Public Enum PhoneLineNetworkOperatorDisplayTextLocation
- Inheritance
-
PhoneLineNetworkOperatorDisplayTextLocation
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v1.0)
|
App capabilities |
phoneCallHistory
phoneCallHistorySystem
|
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The default value. |
Tile | 1 | The phone tile. |
Dialer | 2 | The dialer UI. |
InCallUI | 3 | The UI when the user as actively in a call. |