Constants.vsWizardNewProject Field

Represents the "NewProject" wizard type.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Const vsWizardNewProject As String
'Usage
Dim value As String 

value = Constants.vsWizardNewProject
public const string vsWizardNewProject
public:
literal String^ vsWizardNewProject
public const var vsWizardNewProject : String

Remarks

vsWizardNewProject represents the type of wizard that is currently being run, or the type of wizard that is to be run.

.NET Framework Security

See Also

Reference

Constants Class

Constants Members

EnvDTE Namespace