CommandExtensionRegistrar.CommandSetGuid 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.
Indiquez le GUID CommandSet dans lequel les commandes seront placées
protected:
abstract property Guid CommandSetGuid { Guid get(); };
protected abstract Guid CommandSetGuid { get; }
member this.CommandSetGuid : Guid
Protected MustOverride ReadOnly Property CommandSetGuid As Guid