C# Class UIA.Extensions.TestApplication.ListActingLabelItem

Inheritance: UIA.Extensions.AutomationProviders.Interfaces.ListItemInformation
Afficher le fichier Open project: northwoodspd/UIA.Extensions Class Usage Examples

Méthodes publiques

Méthode Description
AddToSelection ( ) : void
Create ( string text, ListActingLabel parent ) : ListItemInformation
RemoveFromSelection ( ) : void
Select ( ) : void

Private Methods

Méthode Description
ListActingLabelItem ( string text, ListActingLabel parent ) : System.Collections.Generic

Method Details

AddToSelection() public méthode

public AddToSelection ( ) : void
Résultat void

Create() public static méthode

public static Create ( string text, ListActingLabel parent ) : ListItemInformation
text string
parent ListActingLabel
Résultat UIA.Extensions.AutomationProviders.Interfaces.ListItemInformation

RemoveFromSelection() public méthode

public RemoveFromSelection ( ) : void
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void