TableItemProviderWrapper - класс

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

Definition

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

Свойства

ColumnGets the ordinal number of the column that contains the cell or item.
ColumnSpanGets the number of columns spanned by a cell or item.
ContainingGridGets a UI Automation provider that implements IGridProvider and represents the container of the cell or item.
RowGets the ordinal number of the row that contains the cell or item.
RowSpanGets the number of rows spanned by a cell or item.

Методы

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)
GetColumnHeaderItemsRetrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Унаследован от MarshalByRefObject)
GetRowHeaderItemsRetrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell.
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)

См. также