Share via


TableEntryBase Class

Definition

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

Name Description
TableEntryBase()

Creates a new instance of TableEntryBase.

Properties

Name Description
Identity

The identifier.

Methods

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).

Extension Methods

Name Description
TryGetValue<T>(ITableEntry, String, T, Func<T>)

Try to get data of type T from an entry.

TryGetValue<T>(ITableEntry, String, T, T)

Try to get data of type T from an entry.

TryGetValue<T>(ITableEntry, String, T)

Try to get data of type T from an entry.

Applies to