ProvideProjectFactoryAttribute.NewProjectRequireNewFolderVsTemplate Property

Gets or sets whether this type of project requires a Visual Studio template that creates a new folder.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

public bool NewProjectRequireNewFolderVsTemplate { get; set; }

Property Value

Type: System.Boolean
true if this type of project requires a Visual Studio template that creates a new folder, otherwise false.

.NET Framework Security

See Also

Reference

ProvideProjectFactoryAttribute Class

ProvideProjectFactoryAttribute Members

Microsoft.VisualStudio.Shell Namespace