ITableEntry Interface

Visual Studio 2015
 

An entry that corresponds to a row of data in a table control.

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

public interface class ITableEntry

NameDescription
System_CAPS_pubpropertyIdentity

The identifier.

NameDescription
System_CAPS_pubmethodCanSetValue(String^)

Can the data associated with the specified column be set?

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

/// All methods on this interface can be called from either the main thread or a background thread.

Return to top
Show: