共用方式為


PrintWorkflowUILauncher.IsUILaunchEnabled 方法

定義

取得值,這個值表示是否已啟用顯示 UI 的能力。

public:
 virtual bool IsUILaunchEnabled() = IsUILaunchEnabled;
bool IsUILaunchEnabled();
public bool IsUILaunchEnabled();
function isUILaunchEnabled()
Public Function IsUILaunchEnabled () As Boolean

傳回

Boolean

bool

如果啟用顯示 UI 的能力,則為 True;否則為 false。

備註

如果已要求目標資料流程,或會話處於無訊息模式,這個方法會傳回 false。

適用於