WorkflowViewElement::GetAutomationIdMemberName Method ()
.NET Framework (current version)
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.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
Return Value
Type: System::String^The name to use as automation ID. The base class always returns null.
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.
.NET Framework
Available since 4.0
Available since 4.0
Show: