C# Class UIA.Extensions.AutomationProviders.Interfaces.ListItemInformation

ファイルを表示 Open project: northwoodspd/UIA.Extensions Class Usage Examples

Public Methods

Method Description
AddToSelection ( ) : void
RemoveFromSelection ( ) : void
Select ( ) : void

Protected Methods

Method Description
ListItemInformation ( string text )

Method Details

AddToSelection() public abstract method

public abstract AddToSelection ( ) : void
return void

ListItemInformation() protected method

protected ListItemInformation ( string text )
text string

RemoveFromSelection() public abstract method

public abstract RemoveFromSelection ( ) : void
return void

Select() public abstract method

public abstract Select ( ) : void
return void