C# Class ManagedUiaCustomizationCore.UiaParameterDescription

A description of a single parameter This does not match a UIA structure, but is used as a simple data class to help form those structures.
Afficher le fichier Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Méthodes publiques

Méthode Description
UiaParameterDescription ( string name, UIAutomationType type ) : Interop.UIAutomationCore

Method Details

UiaParameterDescription() public méthode

public UiaParameterDescription ( string name, UIAutomationType type ) : Interop.UIAutomationCore
name string
type UIAutomationType
Résultat Interop.UIAutomationCore