Initializes a new instance of the ProvideCommandLineSwitchAttribute class.
Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
    name As String, _
    helpText As String _
)
public ProvideCommandLineSwitchAttribute(
    string name,
    string helpText
)
public:
ProvideCommandLineSwitchAttribute(
    String^ name, 
    String^ helpText
)
new : 
        name:string * 
        helpText:string -> ProvideCommandLineSwitchAttribute
public function ProvideCommandLineSwitchAttribute(
    name : String, 
    helpText : String
)
Parameters
name
Type: System.StringThe name of the command-line switch.
helpText
Type: System.StringThe help text for the command-line switch.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.