CommandSetRegistrationAttribute Constructors
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.
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