共用方式為


WorkflowView.ShowInfoTip 方法

定義

顯示 WorkflowViewInfoTip

多載

ShowInfoTip(String)

以指定文字顯示 WorkflowViewInfoTip

ShowInfoTip(String, String)

以指定的標題和文字顯示 WorkflowViewInfoTip

備註

顯示 WorkflowViewInfoTip

ShowInfoTip(String)

以指定文字顯示 WorkflowViewInfoTip

public:
 void ShowInfoTip(System::String ^ text);
public void ShowInfoTip (string text);
member this.ShowInfoTip : string -> unit
Public Sub ShowInfoTip (text As String)

參數

text
String

要顯示在 InfoTip 上的文字。

例外狀況

infoTipText 為 null 參考 (在 Visual Basic 中為 Nothing)。

備註

以指定文字顯示 WorkflowViewInfoTip

適用於

ShowInfoTip(String, String)

以指定的標題和文字顯示 WorkflowViewInfoTip

public:
 void ShowInfoTip(System::String ^ title, System::String ^ text);
public void ShowInfoTip (string title, string text);
member this.ShowInfoTip : string * string -> unit
Public Sub ShowInfoTip (title As String, text As String)

參數

title
String

要顯示的 InfoTip 標題。

text
String

要顯示的 InfoTip 文字。

例外狀況

title 為 null 參考 (在 Visual Basic 中為 Nothing)。

-或-

infoTipText 為 null 參考 (Nothing)。

備註

以指定的標題和文字顯示 WorkflowViewInfoTip

適用於