IEntryBucket Interface

Visual Studio 2015
 

This class is used to group ITableEntries.

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

[CLSCompliantAttribute(false)]
public interface class IEntryBucket : IComparable<IEntryBucket^>

NameDescription
System_CAPS_pubpropertyIsExpandedByDefault

Should this group be expanded by default?

System_CAPS_pubpropertyPersistExpansionState

Should the expansion state of this group persist from session to session?

NameDescription
System_CAPS_pubmethodCompareTo(T)

(Inherited from IComparable<T>.)

System_CAPS_pubmethodTryCreateColumnContent(FrameworkElement^)

Get the FrameworkElement used to display the group.

System_CAPS_pubmethodTryCreateImageContent(ImageMoniker)

Get the ImageMoniker used to display the group.

System_CAPS_pubmethodTryCreateStringContent(String^)

Get the string used to display the group.

System_CAPS_pubmethodTryCreateToolTip(Object^)

Gets the tool tip for this group.

Return to top
Show: