ProvideAppCommandLineAttribute Constructor (String^, Type^)
Visual Studio 2015
Initializes a new instance of the ProvideAppCommandLineAttribute class.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- name
-
Type:
System::String^
The name of the new command line option.
- packageType
-
Type:
System::Type^
The package type.
This constructor can also take the following named parameters:
- Arguments
The number of arguments for the switch. Can be “*”, or a list of arguments.
- DemandLoad
Load the VSPackage automatically if this is set to 1, otherwise set to 0.
- HelpString
The help string or resource ID of the string to display with devenv /?.
- Name
The switch.
- PackageGuid
The GUID of the package.
Show: