WorkflowViewElement.GetAutomationHelpText 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中實作時,會擷取自動化說明文字。
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。
備註
在您的衍生類別中實作這個方法,即可加入自己的處理方式。