WorkflowViewElement.GetAutomationIdMemberName Method

Definition

When implemented in a derived class, gets the name of a property of the model item associated with the element that is used as automation 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

Returns

The name to use as automation ID. The base class always returns null.

Remarks

Implement this method in your derived class to add your own handling that specifies a property of a model item to be used to identify the model item to automation.

Applies to