WpfTableEntryBase Class
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Microsoft.VisualStudio.Shell.TableManager::TableEntryBase
Microsoft.VisualStudio.Shell.TableControl::WpfTableEntryBase
| Name | Description | |
|---|---|---|
![]() | WpfTableEntryBase() | Creates a new instance of WpfTableEntryBase. |
| Name | Description | |
|---|---|---|
![]() | Identity | The identifier.(Inherited from TableEntryBase.) |
| 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 TableEntryBase.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | 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 TableEntryBase.) |
![]() | TrySetValue(String^, Object^) | Set the data associated with the specified column (if this entry has data associated with that column).(Inherited from TableEntryBase.) |
| 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.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


