CommandExtensionRegistrar.CommandSetGuid Property
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.
Provide the CommandSet GUID where commands will be placed
protected:
abstract property Guid CommandSetGuid { Guid get(); };
protected abstract Guid CommandSetGuid { get; }
member this.CommandSetGuid : Guid
Protected MustOverride ReadOnly Property CommandSetGuid As Guid