ProvideCommandLineSwitchAttribute(String, String) Constructor

Definition

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

Applies to