TableEntryBase Class
Helper class for those that want to implement only part of the ITableEntry interface.
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 | |
|---|---|---|
![]() | TableEntryBase() | Creates a new instance of TableEntryBase. |
| Name | Description | |
|---|---|---|
![]() | Identity | The identifier. |
| Name | Description | |
|---|---|---|
![]() | CanSetValue(String^) | Can the data associated with the specified column be set? |
![]() | 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.) |
![]() | TryGetValue(String^, Object^) | Get the data associated with the specified column (if this entry has data associated with that column). |
![]() | TrySetValue(String^, Object^) | Set the data associated with the specified column (if this entry has data associated with that column). |
| 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.


