WebUILockScreenCallActivatedEventArgs.CallUI 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 UI that handles communication to and from the lock screen.
public:
property LockScreenCallUI ^ CallUI { LockScreenCallUI ^ get(); };
LockScreenCallUI CallUI();
public LockScreenCallUI CallUI { get; }
var lockScreenCallUI = webUILockScreenCallActivatedEventArgs.callUI;
Public ReadOnly Property CallUI As LockScreenCallUI
Property Value
The UI that handles communication to and from the lock screen.