TableEntryHandleExtensions Class

Visual Studio 2015
 

Overload class for getting typed data from an ITableEntry and ITableColumnDefinition.

Namespace:   Microsoft.VisualStudio.Shell.TableControl
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System::Object
  Microsoft.VisualStudio.Shell.TableControl::TableEntryHandleExtensions

[ExtensionAttribute]
public ref class TableEntryHandleExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticTryCreateColumnContent(ITableEntryHandle^, ITableColumnDefinition^, Boolean, FrameworkElement^)

System_CAPS_pubmethodSystem_CAPS_staticTryCreateImageContent(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.

System_CAPS_pubmethodSystem_CAPS_staticTryCreateStringContent(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.

System_CAPS_pubmethodSystem_CAPS_staticTryCreateToolTip(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.

Return to top
Show: