CommandSetRegistrationAttribute Class

Definition

Declares a class as a CommandSet and specifies the name and associated service broker service for the command set. A command set can provide commands with ProvideCommandAttribute.

public ref class CommandSetRegistrationAttribute sealed : Microsoft::VisualStudio::Shell::RegistrationAttribute
public sealed class CommandSetRegistrationAttribute : Microsoft.VisualStudio.Shell.RegistrationAttribute
type CommandSetRegistrationAttribute = class
    inherit RegistrationAttribute
Public NotInheritable Class CommandSetRegistrationAttribute
Inherits RegistrationAttribute
Inheritance
CommandSetRegistrationAttribute

Constructors

CommandSetRegistrationAttribute(String, String, String)
CommandSetRegistrationAttribute(String, String, String, String)

Properties

Name
ServiceName
ServiceVersion
SupportedScope
TypeId

Gets the current instance of this attribute.

(Inherited from RegistrationAttribute)

Methods

GetPackageRegKeyPath(Guid)

Gets the registry path (relative to the registry root of the application) of the VSPackage.

(Inherited from RegistrationAttribute)
Register(RegistrationAttribute+RegistrationContext)
Unregister(RegistrationAttribute+RegistrationContext)

Applies to