ProvideCommandLineSwitchAttribute(String, String) Constructor
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.
Create a new ProvideCommandLineSwitch attribute
public:
ProvideCommandLineSwitchAttribute(System::String ^ name, System::String ^ helpText);
public ProvideCommandLineSwitchAttribute (string name, string helpText);
new Microsoft.VisualStudio.Modeling.Shell.ProvideCommandLineSwitchAttribute : string * string -> Microsoft.VisualStudio.Modeling.Shell.ProvideCommandLineSwitchAttribute
Public Sub New (name As String, helpText As String)
Parameters
- name
- String
The text of the command line switch
- helpText
- String
The resource Id of help string