ITableEntry Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An entry that corresponds to a row of data in a table control.
public interface class ITableEntry
public interface class ITableEntry
__interface ITableEntry
public interface ITableEntry
type ITableEntry = interface
Public Interface ITableEntry
- Derived
Remarks
All methods on this interface can be called from either the main thread or a background thread.
Properties
Identity |
Returns an object that uniquely identifies the entry. |
Methods
CanSetValue(String) |
Can the data associated with the specified column be set?. |
TryGetValue(String, Object) |
Get the data associated with the specified column (if this entry has data associated with |
TrySetValue(String, Object) |
Set the data associated with the specified column (if this entry has data associated with |
Extension Methods
TryGetValue<T>(ITableEntry, String, T, T) |
Try to get data of type |
TryGetValue<T>(ITableEntry, String, T, Func<T>) |
Try to get data of type |
TryGetValue<T>(ITableEntry, String, T) |
Try to get data of type |