TableEntryBase Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper class for those that want to implement only part of the ITableEntry interface.
public ref class TableEntryBase abstract : Microsoft::VisualStudio::Shell::TableManager::ITableEntry
[Windows::Foundation::Metadata::WebHostHidden]
public ref class TableEntryBase abstract : Microsoft::VisualStudio::Shell::TableManager::ITableEntry
[Windows::Foundation::Metadata::WebHostHidden]
class TableEntryBase abstract : Microsoft::VisualStudio::Shell::TableManager::ITableEntry
public abstract class TableEntryBase : Microsoft.VisualStudio.Shell.TableManager.ITableEntry
type TableEntryBase = class
interface ITableEntry
Public MustInherit Class TableEntryBase
Implements ITableEntry
- Inheritance
-
TableEntryBase
- Derived
- Implements
Constructors
| TableEntryBase() |
Creates a new instance of TableEntryBase. |
Properties
| Identity |
The identifier. |
Methods
| 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). |
Extension Methods
| TryGetValue<T>(ITableEntry, String, T, T) |
Try to get data of type |
| TryGetValue<T>(ITableEntry, String, T, Func<T>) |
Try to get data of type |
| TryGetValue<T>(ITableEntry, String, T) |
Try to get data of type |