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을 반환합니다.

설명

파생 클래스에서 이 메서드를 구현하여 고유한 처리를 추가합니다.

적용 대상