IEntryBucket2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |
Get the tool tip for this group. (Inherited from IEntryBucket) |
TryGetValue(String, Object) |
Try to get data associated with the bucket. |