C# Class ManagedUiaCustomizationCore.UiaParameterListHelper

Helper class to assemble information about a parameter list
ファイルを表示 Open project: TestStack/uia-custom-pattern-managed Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
UiaParameterListHelper ( UIAutomationParameter pParams ) : System.Collections.Generic
UiaParameterListHelper ( UiaMethodInfoHelper methodInfo ) : System.Collections.Generic
this ( int i ) : object

The value of the specified parameter in this list

Method Details

Initialize() public method

public Initialize ( ) : void
return void

UiaParameterListHelper() public method

public UiaParameterListHelper ( UIAutomationParameter pParams ) : System.Collections.Generic
pParams UIAutomationParameter
return System.Collections.Generic

UiaParameterListHelper() public method

public UiaParameterListHelper ( UiaMethodInfoHelper methodInfo ) : System.Collections.Generic
methodInfo UiaMethodInfoHelper
return System.Collections.Generic

this() public method

The value of the specified parameter in this list
public this ( int i ) : object
i int
return object