PrintWorkflowBackgroundSetupRequestedEventArgs.SetRequiresUI 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.
Registers this print workflow session as requiring a UI. This will cause the corresponding foreground task to be activated before the PrintWorkflowBackgroundSession.Submitted event is raised by the background task.
public:
virtual void SetRequiresUI() = SetRequiresUI;
void SetRequiresUI();
public void SetRequiresUI();
function setRequiresUI()
Public Sub SetRequiresUI ()