PhoneCall.GetPhoneCallInfoAsync Method
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.
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
|