ActivityDesigner.ShowInfoTip 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
顯示 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 可用來顯示文字矩形,這個矩形可用來顯示更多關於設計工具的資訊。