WorkflowViewElement.GetAutomationIdMemberName 메서드

정의

파생 클래스에서 구현되는 경우 자동화 ID로 사용되는 요소와 연결된 모델 항목의 속성 이름을 가져옵니다.

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

반품

자동화 ID로 사용할 이름입니다. 기본 클래스는 항상 .를 반환합니다 null.

설명

파생 클래스에서 이 메서드를 구현하여 자동화할 모델 항목을 식별하는 데 사용할 모델 항목의 속성을 지정하는 고유한 처리를 추가합니다.

적용 대상