vsAddFromTemplateOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the options for the method AddFromTemplateEx(String, String, String, String, Boolean, UInt32).
public enum class vsAddFromTemplateOptions
public enum class vsAddFromTemplateOptions
enum vsAddFromTemplateOptions
[System.Runtime.InteropServices.Guid("2EB6290C-29AA-4609-871F-E22CAB4F68B6")]
public enum vsAddFromTemplateOptions
[<System.Runtime.InteropServices.Guid("2EB6290C-29AA-4609-871F-E22CAB4F68B6")>]
type vsAddFromTemplateOptions =
Public Enum vsAddFromTemplateOptions
- Inheritance
-
vsAddFromTemplateOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsAddFromTemplateOptionsNone | 0 | No options. |
vsAddFromTemplateOptionsShowWizardUI | 1 | Show the wizard UI for this template. |
vsAddFromTemplateOptionsLocalSolution | 2 | The solution is local. |
vsAddFromTemplateOptionsDeferredSave | 4 | Saving the solution is deferred. |
vsAddFromTemplateOptionsMultiProject | 8 | The solution has multiple projects. |