TableProviderWrapper - класс

Обёртка для объекта автоматизации, представляющего таблицу значений с заголовками.

Definition

Пространство имён: Tessa.UI.Automation.Helpers
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public class TableProviderWrapper : MarshalByRefObject, 
	ITableProvider, IGridProvider
Inheritance
Object    MarshalByRefObject    TableProviderWrapper
Implements
IGridProvider, ITableProvider

Свойства

ColumnCountGets the total number of columns in a grid.
RowCountGets the total number of rows in a grid.
RowOrColumnMajorRetrieves the primary direction of traversal for the table.

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetColumnHeadersGets a collection of UI Automation providers that represents all the column headers in a table.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetItemRetrieves the UI Automation provider for the specified cell.
GetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
GetRowHeadersRetrieves a collection of UI Automation providers that represents all row headers in the table.
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
MemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Унаследован от MarshalByRefObject)
ToStringReturns a string that represents the current object.
(Унаследован от Object)
Wrap 

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также