Share via


PhoneCall.GetPhoneCallInfoAsync Method

Definition

Asynchronously retrieves an object representing a phone call, and its properties.

public:
 virtual IAsyncOperation<PhoneCallInfo ^> ^ GetPhoneCallInfoAsync() = GetPhoneCallInfoAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<PhoneCallInfo> GetPhoneCallInfoAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<PhoneCallInfo> GetPhoneCallInfoAsync();
function getPhoneCallInfoAsync()
Public Function GetPhoneCallInfoAsync () As IAsyncOperation(Of PhoneCallInfo)

Returns

An asynchronous operation object which, when it completes, contains a PhoneCallInfo object representing a phone call and its properties.

Attributes

Windows requirements

App capabilities
phoneCall

Applies to