Constants.vsWizardNewProject Field
Represents the "NewProject" wizard type.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Public Const vsWizardNewProject As String
public const string vsWizardNewProject
public:
literal String^ vsWizardNewProject
static val mutable vsWizardNewProject: string
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
- 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.