PhoneCallsResult.AllActivePhoneCalls Property
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.
Gets the collection of phone calls on the line.
public:
property IVectorView<PhoneCall ^> ^ AllActivePhoneCalls { IVectorView<PhoneCall ^> ^ get(); };
IVectorView<PhoneCall> AllActivePhoneCalls();
public IReadOnlyList<PhoneCall> AllActivePhoneCalls { get; }
var iVectorView = phoneCallsResult.allActivePhoneCalls;
Public ReadOnly Property AllActivePhoneCalls As IReadOnlyList(Of PhoneCall)
Property Value
A read-only collection representing the phone calls on the line.
Windows requirements
App capabilities |
phoneCall
|