C# Class Mono.UIAutomation.Winforms.Behaviors.DomainUpDown.ListItemValueProviderBehavior

Inheritance: ProviderBehavior, IValueProvider
Afficher le fichier Open project: mono/uia2atk

Méthodes publiques

Méthode Description
Connect ( ) : void
Disconnect ( ) : void
GetPropertyValue ( int propertyId ) : object
ListItemValueProviderBehavior ( ListItemProvider itemProvider ) : System
SetValue ( string value ) : void

Private Methods

Méthode Description
PerformSetValue ( string value ) : void

Method Details

Connect() public méthode

public Connect ( ) : void
Résultat void

Disconnect() public méthode

public Disconnect ( ) : void
Résultat void

GetPropertyValue() public méthode

public GetPropertyValue ( int propertyId ) : object
propertyId int
Résultat object

ListItemValueProviderBehavior() public méthode

public ListItemValueProviderBehavior ( ListItemProvider itemProvider ) : System
itemProvider Mono.UIAutomation.Winforms.ListItemProvider
Résultat System

SetValue() public méthode

public SetValue ( string value ) : void
value string
Résultat void