ProvideCommandLineSwitchAttribute Constructor

Initializes a new instance of the ProvideCommandLineSwitchAttribute class.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public Sub New ( _
    name As String, _
    helpText As String _
)
'使用
Dim name As String
Dim helpText As String

Dim instance As New ProvideCommandLineSwitchAttribute(name, helpText)
public ProvideCommandLineSwitchAttribute(
    string name,
    string helpText
)
public:
ProvideCommandLineSwitchAttribute(
    String^ name, 
    String^ helpText
)
public function ProvideCommandLineSwitchAttribute(
    name : String, 
    helpText : String
)

Parameters

  • helpText
    Type: System.String

    The help text for the command-line switch.

Permissions

See Also

Reference

ProvideCommandLineSwitchAttribute Class

ProvideCommandLineSwitchAttribute Members

Microsoft.VisualStudio.Modeling.Shell Namespace