C# Class ManagedUiaCustomizationCore.UiaPatternInfoHelper

Helper class to assemble information about a custom pattern. Corresponds to UIAutomationPatternInfo
Afficher le fichier Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Méthodes publiques

Méthode Description
AddEvent ( UiaEventInfoHelper eventHelper ) : void

Add an event to this pattern

AddMethod ( UiaMethodInfoHelper method ) : void

Add a method to this pattern

AddProperty ( UiaPropertyInfoHelper property ) : void

Add a property to this pattern

UiaPatternInfoHelper ( System.Guid patternGuid, string programmaticName, System.Guid clientInterfaceId, System.Guid providerInterfaceId, IUIAutomationPatternHandler patternHandler ) : System

Private Methods

Méthode Description
Build ( ) : void

Method Details

AddEvent() public méthode

Add an event to this pattern
public AddEvent ( UiaEventInfoHelper eventHelper ) : void
eventHelper UiaEventInfoHelper
Résultat void

AddMethod() public méthode

Add a method to this pattern
public AddMethod ( UiaMethodInfoHelper method ) : void
method UiaMethodInfoHelper
Résultat void

AddProperty() public méthode

Add a property to this pattern
public AddProperty ( UiaPropertyInfoHelper property ) : void
property UiaPropertyInfoHelper
Résultat void

UiaPatternInfoHelper() public méthode

public UiaPatternInfoHelper ( System.Guid patternGuid, string programmaticName, System.Guid clientInterfaceId, System.Guid providerInterfaceId, IUIAutomationPatternHandler patternHandler ) : System
patternGuid System.Guid
programmaticName string
clientInterfaceId System.Guid
providerInterfaceId System.Guid
patternHandler IUIAutomationPatternHandler
Résultat System