ProvideCommandLineSwitchAttribute Constructor

Initializes a new instance of the ProvideCommandLineSwitchAttribute class.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: String

    The name of the command-line switch.

  • helpText
    Type: String

    The help text for the command-line switch.

.NET Framework Security

See Also

Reference

ProvideCommandLineSwitchAttribute Class

Microsoft.VisualStudio.Modeling.Shell Namespace