WorkflowViewElement.GetAutomationHelpText メソッド

定義

派生クラスで実装された場合、オートメーション ヘルプ テキストを取得します。

protected:
 virtual System::String ^ GetAutomationHelpText();
protected virtual string GetAutomationHelpText ();
abstract member GetAutomationHelpText : unit -> string
override this.GetAutomationHelpText : unit -> string
Protected Overridable Function GetAutomationHelpText () As String

戻り値

既定の実装では、空の String を返します。

注釈

派生クラスでこのメソッドを実装して、自身の処理を追加します。

適用対象