CommandExtensionRegistrar.CommandExtensionDefaultStartId Propriété
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.
Fournit l’ID de démarrage du groupe de commandes dynamique dans lequel l’extension de commande sera placée. Cette valeur est utilisée si un CommandExtension ne fournit pas la valeur MenuPlaceholderId par le biais de métadonnées MEF.
protected:
abstract property int CommandExtensionDefaultStartId { int get(); };
protected abstract int CommandExtensionDefaultStartId { get; }
member this.CommandExtensionDefaultStartId : int
Protected MustOverride ReadOnly Property CommandExtensionDefaultStartId As Integer