TableEntryBase Class

Visual Studio 2015
 

Helper class for those that want to implement only part of the ITableEntry interface.

Namespace:   Microsoft.VisualStudio.Shell.TableManager
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System::Object
  Microsoft.VisualStudio.Shell.TableManager::TableEntryBase
    Microsoft.VisualStudio.Shell.TableControl::WpfTableEntryBase

public ref class TableEntryBase abstract : ITableEntry

NameDescription
System_CAPS_protmethodTableEntryBase()

Creates a new instance of TableEntryBase.

NameDescription
System_CAPS_pubpropertyIdentity

The identifier.

NameDescription
System_CAPS_pubmethodCanSetValue(String^)

Can the data associated with the specified column be set?

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(String^, Object^)

Get the data associated with the specified column (if this entry has data associated with that column).

System_CAPS_pubmethodTrySetValue(String^, Object^)

Set the data associated with the specified column (if this entry has data associated with that column).

NameDescription
System_CAPS_pubmethodTryGetValue<T>(String^, T)

Overloaded. Try to get data of type T from an entry.(Defined by TableEntryExtensions.)

System_CAPS_pubmethodTryGetValue<T>(String^, T, T)

Overloaded. Try to get data of type T from an entry.(Defined by TableEntryExtensions.)

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

Return to top
Show: