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