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.
Mostra file Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Public Methods

Method Description
UiaParameterDescription ( string name, UIAutomationType type ) : Interop.UIAutomationCore

Method Details

UiaParameterDescription() public method

public UiaParameterDescription ( string name, UIAutomationType type ) : Interop.UIAutomationCore
name string
type UIAutomationType
return Interop.UIAutomationCore