PrintWorkflowBackgroundSetupRequestedEventArgs.SetRequiresUI 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
註冊此列印工作流程會話,因為需要 UI。 這會導致 在背景工作引發 PrintWorkflowBackgroundSession.Submitted 事件之前啟動對應的前景工作。
public:
virtual void SetRequiresUI() = SetRequiresUI;
void SetRequiresUI();
public void SetRequiresUI();
function setRequiresUI()
Public Sub SetRequiresUI ()