IDefaultColumnGroup 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.
Exportation pour définir un groupe par défaut.
public interface class IDefaultColumnGroup
public interface IDefaultColumnGroup
type IDefaultColumnGroup = interface
Public Interface IDefaultColumnGroup
Remarques
Il s’agit d’une exportation MEF qui doit être annotée avec les attributs suivants :
[Export(typeof(IDefaultColumnGroup))]
[Name(nameof(ProjectAndDefinitionGroupingSet))] // Requied, name of the default group
[Order(After = ...)] // Optional, specifies the default location of the grouping in the dropdown.
[ManagerType(...)] // Optional, the names of the TableManagers that support this grouping.
[DataSourceType(...)] // Optional, the names of the data source types that support this grouping.
[DataSource(...)] // Optional, the names of the data sources that support this grouping.
[GroupColumns(...)] // Required, the names of the columns in the grouping.
Les regroupements s’affichent uniquement si les contraintes ManagerType, DataSourceType & DataSource sont toutes satisfaites. En outre, un regroupement n’est pas affiché, sauf si tous les GroupColumns sont fournis par au moins un ITableDataSource.
La définition de cette interface est intentionnellement vide (toutes les données sont fournies via les métadonnées).