IEntryBucket2 Interface

Definition

public interface class IEntryBucket2 : IComparable<Microsoft::VisualStudio::Shell::TableControl::IEntryBucket ^>, Microsoft::VisualStudio::Shell::TableControl::IEntryBucket
public interface IEntryBucket2 : IComparable<Microsoft.VisualStudio.Shell.TableControl.IEntryBucket>, Microsoft.VisualStudio.Shell.TableControl.IEntryBucket
type IEntryBucket2 = interface
    interface IEntryBucket
    interface IComparable<IEntryBucket>
Public Interface IEntryBucket2
Implements IComparable(Of IEntryBucket), IEntryBucket
Derived
Implements

Properties

Identifier

If this bucket should be treated as if it were an ITableEntry for purposes of event handling via ITableControlEventProcessor, what is the Identifier of the "sorce" that provided it?.

IsExpandedByDefault

Should this group be expanded by default?

(Inherited from IEntryBucket)
PersistExpansionState

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

(Inherited from IEntryBucket)
ShowCount

Determines whether a number indicating the count of entries in this bucket will be displayed by appending to the bucket grouping header.

SourceTypeIdentifier

If this bucket should be treated as if it were an ITableEntry for purposes of event handling via ITableControlEventProcessor, what is the SourceTypeIdentifier of the "sorce" that provided it?.

Methods

Merge(IEntryBucket)

Merge two buckets created by Split() if possible.

Split()

Split the bucket into an equivalent sequence of buckets.

TryCreateColumnContent(FrameworkElement)

Get the FrameworkElement used to display the group.

(Inherited from IEntryBucket)
TryCreateImageContent(ImageMoniker)

Get the ImageMoniker used to display the group.

(Inherited from IEntryBucket)
TryCreateStringContent(String)

Get the string used to display the group.

(Inherited from IEntryBucket)
TryCreateToolTip(Object)

Gets the tool tip for this group.

(Inherited from IEntryBucket)
TryGetValue(String, Object)

Try to get data associated with the bucket.

Applies to