IEntryBucket Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Cette classe est utilisée pour regrouper ITableEntrydes s.
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)
- Dérivé
- Attributs
- Implémente
Propriétés
IsExpandedByDefault |
Ce groupe doit-il être développé par défaut ?. |
PersistExpansionState |
Si l’état d’expansion de ce groupe persiste d’une session à l’autre. |
Méthodes
TryCreateColumnContent(FrameworkElement) |
Obtenez le FrameworkElement utilisé pour afficher le groupe. |
TryCreateImageContent(ImageMoniker) |
Obtenez le ImageMoniker utilisé pour afficher le groupe. |
TryCreateStringContent(String) |
Obtenez le String utilisé pour afficher le groupe. |
TryCreateToolTip(Object) |
Obtenez l’info-bulle pour ce groupe. |