IEntryBucket 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.
Important
This API is not CLS-compliant.
This class is used to group ITableEntrys.
public interface class IEntryBucket : IComparable<Microsoft::VisualStudio::Shell::TableControl::IEntryBucket ^>
[System.CLSCompliant(false)]
public interface IEntryBucket : IComparable<Microsoft.VisualStudio.Shell.TableControl.IEntryBucket>
public interface IEntryBucket : IComparable<Microsoft.VisualStudio.Shell.TableControl.IEntryBucket>
[<System.CLSCompliant(false)>]
type IEntryBucket = interface
interface IComparable<IEntryBucket>
type IEntryBucket = interface
interface IComparable<IEntryBucket>
Public Interface IEntryBucket
Implements IComparable(Of IEntryBucket)
- Derived
- Attributes
- Implements
Properties
IsExpandedByDefault |
Should this group be expanded by default?. |
PersistExpansionState |
Should the expansion state of this group persist from session to session. |
Methods
TryCreateColumnContent(FrameworkElement) |
Get the FrameworkElement used to display the group. |
TryCreateImageContent(ImageMoniker) |
Get the ImageMoniker used to display the group. |
TryCreateStringContent(String) |
Get the String used to display the group. |
TryCreateToolTip(Object) |
Get the tool tip for this group. |