WorkflowViewElement.GetAutomationIdMemberName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.