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

기본 구현에서는 빈 String을 반환합니다.

설명

사용자 고유의 처리를 추가 하려면 파생 클래스에서이 메서드를 구현 합니다.

적용 대상