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.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

protected:
virtual String^ GetAutomationIdMemberName()

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
Return to top
Show: