PhoneLineDialResult Class

Definition

Represents a phone call dial status.

public ref class PhoneLineDialResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhoneLineDialResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhoneLineDialResult
Public NotInheritable Class PhoneLineDialResult
Inheritance
Object Platform::Object IInspectable PhoneLineDialResult
Attributes

Windows requirements

Device family
Windows 10, version 2104 (introduced in 10.0.20348.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v6.0)
App capabilities
phoneCall

Properties

DialCallStatus

Gets the operation status (or result) of the phone call.

DialedCall

Gets the phone call instance.

Applies to