Enum VisualStudioModelType
Enumeration of the different type of code factory models that support visual studio integration.
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public enum VisualStudioModelType
Fields
| Name | Description |
|---|---|
| CSharpSource | Target model represents visual studio source contained in a document. |
| Document | Target model represents a visual studio document. |
| Project | Target model represents a visual studio project. |
| ProjectFolder | Target model represents a visual studio project folder. |
| ProjectFramework | The target framework output for a project. |
| Reference | Target model for a reference used by a project |
| Solution | The target model represents a visual studio solution. |
| SolutionFolder | The target model represents a visual studio solution folder. |
| Unknown | Target model is unknown |