WorkflowView.ShowInfoTip 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示 WorkflowView 的 InfoTip。
多載
ShowInfoTip(String) |
以指定文字顯示 WorkflowView 的 InfoTip。 |
ShowInfoTip(String, String) |
以指定的標題和文字顯示 WorkflowView 的 InfoTip。 |
備註
顯示 WorkflowView 的 InfoTip。
ShowInfoTip(String)
以指定文字顯示 WorkflowView 的 InfoTip。
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
)。
備註
以指定文字顯示 WorkflowView 的 InfoTip。
適用於
ShowInfoTip(String, String)
以指定的標題和文字顯示 WorkflowView 的 InfoTip。
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
)。
備註
以指定的標題和文字顯示 WorkflowView 的 InfoTip。