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 を使用します。