WorkflowViewElement.GetAutomationHelpText 方法
定义
在派生类中实现时,检索自动化帮助文本。When implemented in a derived class, retrieves the automation help text.
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。The default implementation is to return an empty String.
注解
在派生类中实现此方法可添加您自己的处理。Implement this method in your derived class to add your own handling.