ProvideAppCommandLineAttribute(String, Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructor
public:
ProvideAppCommandLineAttribute(System::String ^ name, Type ^ packageType);
public:
ProvideAppCommandLineAttribute(Platform::String ^ name, Platform::Type ^ packageType);
public ProvideAppCommandLineAttribute (string name, Type packageType);
new Microsoft.VisualStudio.Shell.ProvideAppCommandLineAttribute : string * Type -> Microsoft.VisualStudio.Shell.ProvideAppCommandLineAttribute
Public Sub New (name As String, packageType As Type)
Parameters
- name
- String
Name of new command line option
- packageType
- Type
package type
Remarks
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.