CommandSetRegistrationAttribute Constructors

Definition

Overloads

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

CommandSetRegistrationAttribute(String, String, String)

public:
 CommandSetRegistrationAttribute(System::String ^ name, System::String ^ serviceName, System::String ^ supportedScope);
public CommandSetRegistrationAttribute (string name, string serviceName, string supportedScope);
new Microsoft.VisualStudio.Shell.CommandSetRegistrationAttribute : string * string * string -> Microsoft.VisualStudio.Shell.CommandSetRegistrationAttribute
Public Sub New (name As String, serviceName As String, supportedScope As String)

Parameters

name
String
serviceName
String
supportedScope
String

Applies to

CommandSetRegistrationAttribute(String, String, String, String)

public:
 CommandSetRegistrationAttribute(System::String ^ name, System::String ^ serviceName, System::String ^ serviceVersion, System::String ^ supportedScope);
public CommandSetRegistrationAttribute (string name, string serviceName, string serviceVersion, string supportedScope);
new Microsoft.VisualStudio.Shell.CommandSetRegistrationAttribute : string * string * string * string -> Microsoft.VisualStudio.Shell.CommandSetRegistrationAttribute
Public Sub New (name As String, serviceName As String, serviceVersion As String, supportedScope As String)

Parameters

name
String
serviceName
String
serviceVersion
String
supportedScope
String

Applies to