Provides access to members that find edit tasks by name.
| Description | ||
|---|---|---|
![]() |
TaskByUniqueName | An edit task by unique name. |
| CoClasses and Classes | Description |
|---|---|
| Editor | The Object Editor Extension. |
Use IEditTaskSearch::TaskByUniqueName to quickly find an edit task. This is helpful because you don't need to loop over all the edit tasks and check their names to see if you are getting the task you want, and it is robust as it allows you to uniquely identify a task regardless of its name.