WpfTableEntryBase Class

Visual Studio 2015
 

Namespace:   Microsoft.VisualStudio.Shell.TableControl
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

[CLSCompliantAttribute(false)]
public ref class WpfTableEntryBase abstract : TableEntryBase, 
	IWpfTableEntry, ITableEntry

NameDescription
System_CAPS_protmethodWpfTableEntryBase()

Creates a new instance of WpfTableEntryBase.

NameDescription
System_CAPS_pubpropertyIdentity

The identifier.(Inherited from TableEntryBase.)

NameDescription
System_CAPS_pubmethodCanCreateDetailsContent()

Does the entry have details content that can be displayed?

System_CAPS_pubmethodCanSetValue(String^)

Can the data associated with the specified column be set?(Inherited from TableEntryBase.)

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_pubmethodTryCreateColumnContent(String^, Boolean, FrameworkElement^)

Get the FrameworkElement for the entry and columnName.

System_CAPS_pubmethodTryCreateDetailsContent(FrameworkElement^)

Get the details content for the entry so that it can be displayed in the table control.

System_CAPS_pubmethodTryCreateDetailsStringContent(String^)

Get the string equivalent of the details content for the entry (used for search and copy and paste).

System_CAPS_pubmethodTryCreateImageContent(String^, Boolean, ImageMoniker)

Get the ImageMoniker for the entry and columnName.

System_CAPS_pubmethodTryCreateStringContent(String^, Boolean, Boolean, String^)

Get the string for the entry and columnName.

System_CAPS_pubmethodTryCreateToolTip(String^, Object^)

Get the tooltip for the entry and columnName.

System_CAPS_pubmethodTryGetValue(String^, Object^)

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

System_CAPS_pubmethodTrySetValue(String^, Object^)

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

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: