TableEntryHandleExtensions Class
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.
Overload class for getting typed data from an ITableEntry and ITableColumnDefinition.
public ref class TableEntryHandleExtensions abstract sealed
public ref class TableEntryHandleExtensions abstract sealed
class TableEntryHandleExtensions abstract sealed
public static class TableEntryHandleExtensions
type TableEntryHandleExtensions = class
Public Module TableEntryHandleExtensions
- Inheritance
-
TableEntryHandleExtensions
Methods
TryCreateColumnContent(ITableEntryHandle, ITableColumnDefinition, Boolean, FrameworkElement) |
Helper to get the content (if any) for a particular entry & column. |
TryCreateImageContent(ITableEntryHandle, ITableColumnDefinition, Boolean, ImageMoniker) |
Helper to get the image content (if any) for a particular entry & column. |
TryCreateStringContent(ITableEntryHandle, ITableColumnDefinition, Boolean, Boolean, String) |
Helper to get the string content (if any) for a particular entry & column. |
TryCreateToolTip(ITableEntryHandle, ITableColumnDefinition, Object) |
Helper to get the tool tip (if any) for a particular entry & column. |