ClassItemSubItemCountVerificationDescriptor.ItemSubItemCountQuickTask
Class
Definition
Namespace:ArtOfTest.WebAii.Design.IntrinsicTranslators.Xaml.Common.TreeView
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public class ItemSubItemCountVerificationDescriptor.ItemSubItemCountQuickTask : IQuickTask
Inheritance: objectItemSubItemCountVerificationDescriptor.ItemSubItemCountQuickTask
Implements:
Constructors
ItemSubItemCountQuickTask()
Declaration
cs-api-definition
public ItemSubItemCountQuickTask()
Properties
Role
The role of the quick task. This will determine which menu this task will show up under
Declaration
cs-api-definition
public QuickTaskRole Role { get; }
Property Value
Implements
Methods
GetDisplayText()
Gets the task display text
GetTask()
Gets the automation descriptor
Declaration
cs-api-definition
public AutomationDescriptor GetTask()
Returns
The automation descriptor.
Implements
Initialize(ITargetElement)
Initialize the quick task to the current element
Declaration
cs-api-definition
public bool Initialize(ITargetElement currentElement)
Parameters
currentElement
The current element to build the quick task for
Returns
True/False whether a quick task for this element should be included.
Implements