IWpfTableEntry Interface
Extension of the IWpfTableEntry that allows an entry provider to override the default behavior for what gets displayed for an entry in a particular column.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Identity | The identifier.(Inherited from ITableEntry.) |
| Name | Description | |
|---|---|---|
![]() | CanCreateDetailsContent() | Does the entry have details content that can be displayed? |
![]() | CanSetValue(String^) | Can the data associated with the specified column be set?(Inherited from ITableEntry.) |
![]() | TryCreateColumnContent(String^, Boolean, FrameworkElement^) | Get the FrameworkElement for the entry and columnName. |
![]() | TryCreateDetailsContent(FrameworkElement^) | Get the details content for the entry so that it can be displayed in the table control. |
![]() | TryCreateDetailsStringContent(String^) | Get the string equivalent of the details content for the entry (used for search and copy and paste). |
![]() | TryCreateImageContent(String^, Boolean, ImageMoniker) | Get the ImageMoniker for the entry and columnName. |
![]() | TryCreateStringContent(String^, Boolean, Boolean, String^) | Get the string for the entry and columnName. |
![]() | TryCreateToolTip(String^, Object^) | Get the tooltip for the entry and columnName. |
![]() | TryGetValue(String^, Object^) | Get the data associated with the specified column (if this entry has data associated with that column).(Inherited from ITableEntry.) |
![]() | TrySetValue(String^, Object^) | Set the data associated with the specified column (if this entry has data associated with that column).(Inherited from ITableEntry.) |
| Name | Description | |
|---|---|---|
![]() | TryGetValue<T>(String^, T) | Overloaded. Try to get data of type T from an entry.(Defined by TableEntryExtensions.) |
![]() | TryGetValue<T>(String^, T, T) | Overloaded. Try to get data of type T from an entry.(Defined by TableEntryExtensions.) |
![]() | TryGetValue<T>(String^, T, Func<T>^) | Overloaded. (Defined by TableEntryExtensions.) |
The TryCreate...() methods for entries are called before using the equivalent method from the column definition.

