C# Класс ManagedUiaCustomizationCore.UiaParameterListHelper

Helper class to assemble information about a parameter list
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Initialize() публичный Метод

public Initialize ( ) : void
Результат void

UiaParameterListHelper() публичный Метод

public UiaParameterListHelper ( UIAutomationParameter pParams ) : System.Collections.Generic
pParams UIAutomationParameter
Результат System.Collections.Generic

UiaParameterListHelper() публичный Метод

public UiaParameterListHelper ( UiaMethodInfoHelper methodInfo ) : System.Collections.Generic
methodInfo UiaMethodInfoHelper
Результат System.Collections.Generic

this() публичный Метод

The value of the specified parameter in this list
public this ( int i ) : object
i int
Результат object