ITableEntry Interface
Visual Studio 2015
An entry that corresponds to a row of data in a table control.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Identity | The identifier. |
| Name | Description | |
|---|---|---|
![]() | CanSetValue(String^) | Can the data associated with the specified column be set? |
![]() | 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.) |
/// All methods on this interface can be called from either the main thread or a background thread.
Show:

