TableEntryHandleExtensions Class
Overload class for getting typed data from an ITableEntry and ITableColumnDefinition.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | TryCreateColumnContent(ITableEntryHandle^, ITableColumnDefinition^, Boolean, FrameworkElement^) | |
![]() ![]() | TryCreateImageContent(ITableEntryHandle^, ITableColumnDefinition^, Boolean, ImageMoniker) | Helper to get the image content (if any) for a particular entry and column. This code first checks to see whether the entry provides that data directly and, if not, uses the converter associated with the column. |
![]() ![]() | TryCreateStringContent(ITableEntryHandle^, ITableColumnDefinition^, Boolean, Boolean, String^) | Helper to get the string content (if any) for a particular entry and column. This code first checks to see whether the entry provides that data directly and, if not, uses the converter associated with the column. |
![]() ![]() | TryCreateToolTip(ITableEntryHandle^, ITableColumnDefinition^, Object^) | Helper to get the tool tip (if any) for a particular entry & column. This code first checks to see whether the entry provides that data directly and, if not, uses the converter associated with the column. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

