PhoneCallInfo.CallDirection 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 direction of the call; whether incoming (received by user) or outgoing (dialed by user).
public:
property PhoneCallDirection CallDirection { PhoneCallDirection get(); };
PhoneCallDirection CallDirection();
public PhoneCallDirection CallDirection { get; }
var phoneCallDirection = phoneCallInfo.callDirection;
Public ReadOnly Property CallDirection As PhoneCallDirection
Property Value
A PhoneCallDirection object representing the direction of the call.
Windows requirements
App capabilities |
phoneCall
|