ProvideProjectFactoryAttribute::NewProjectRequireNewFolderVsTemplate Property
Visual Studio 2015
Gets or sets whether this type of project requires a Visual Studio template that creates a new folder.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property bool NewProjectRequireNewFolderVsTemplate { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if this type of project requires a Visual Studio template that creates a new folder, otherwise false.
Show: