ProvideAppCommandLineAttribute Constructor (String^, Type^)

 

Initializes a new instance of the ProvideAppCommandLineAttribute class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideAppCommandLineAttribute(
	String^ name,
	Type^ packageType
)

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.

Return to top
Show: