public class TableItemProviderWrapper : MarshalByRefObject,
ITableItemProvider, IGridItemProvider
Public Class TableItemProviderWrapper
Inherits MarshalByRefObject
Implements ITableItemProvider, IGridItemProvider
public ref class TableItemProviderWrapper : public MarshalByRefObject,
ITableItemProvider, IGridItemProvider
type TableItemProviderWrapper =
class
inherit MarshalByRefObject
interface ITableItemProvider
interface IGridItemProvider
end
Column | Gets the ordinal number of the column that contains the cell or item. |
ColumnSpan | Gets the number of columns spanned by a cell or item. |
ContainingGrid | Gets a UI Automation provider that implements IGridProvider and represents the container of the cell or item. |
Row | Gets the ordinal number of the row that contains the cell or item. |
RowSpan | Gets the number of rows spanned by a cell or item. |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetColumnHeaderItems | Retrieves a collection of UI Automation providers representing all the column headers associated with a table item or cell. |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
GetRowHeaderItems | Retrieves a collection of UI Automation providers representing all the row headers associated with a table item or cell. |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Унаследован от MarshalByRefObject) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (Унаследован от MarshalByRefObject) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Wrap |