PrintWorkflowUIActivatedEventArgs.PrintWorkflowSession 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 print workflow session object that should manage the behavior of the foreground task that was activated.
public:
property PrintWorkflowForegroundSession ^ PrintWorkflowSession { PrintWorkflowForegroundSession ^ get(); };
PrintWorkflowForegroundSession PrintWorkflowSession();
public PrintWorkflowForegroundSession PrintWorkflowSession { get; }
var printWorkflowForegroundSession = printWorkflowUIActivatedEventArgs.printWorkflowSession;
Public ReadOnly Property PrintWorkflowSession As PrintWorkflowForegroundSession
Property Value
The single print workflow foreground session.