PhoneLine.GetAllActivePhoneCalls 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.
Retrieves a phone calls result object, from which you can retrieve the active phone calls.
public:
virtual PhoneCallsResult ^ GetAllActivePhoneCalls() = GetAllActivePhoneCalls;
PhoneCallsResult GetAllActivePhoneCalls();
public PhoneCallsResult GetAllActivePhoneCalls();
function getAllActivePhoneCalls()
Public Function GetAllActivePhoneCalls () As PhoneCallsResult
Returns
A PhoneCallsResult object from which you can retrieve the active phone calls.
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
|