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: StringThe name of the command-line switch.
helpText
Type: 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.