Share via


ActivityDesigner.ShowInfoTip 方法

定義

顯示 ActivityDesigner 的指定資訊提示。

多載

ShowInfoTip(String, String)

以指定的標題和文字顯示 ActivityDesigner 的資訊提示。

ShowInfoTip(String)

顯示指定的資訊提示。

備註

除非在衍生類別中進行覆寫,否則 ShowInfoTip 會使用 WorkflowView.ShowInfoTip 邏輯來顯示資訊提示。

ShowInfoTip(String, String)

以指定的標題和文字顯示 ActivityDesigner 的資訊提示。

protected:
 void ShowInfoTip(System::String ^ title, System::String ^ infoTip);
protected void ShowInfoTip (string title, string infoTip);
member this.ShowInfoTip : string * string -> unit
Protected Sub ShowInfoTip (title As String, infoTip As String)

參數

title
String

包含資訊提示標題的字串。

infoTip
String

字串,包含要顯示的資訊提示文字。

適用於

ShowInfoTip(String)

顯示指定的資訊提示。

protected:
 void ShowInfoTip(System::String ^ infoTip);
protected void ShowInfoTip (string infoTip);
member this.ShowInfoTip : string -> unit
Protected Sub ShowInfoTip (infoTip As String)

參數

infoTip
String

要顯示在 InfoTip 上的文字。

備註

ShowInfoTip 可用來顯示文字矩形,這個矩形可用來顯示更多關於設計工具的資訊。

適用於