Enum VsDocumentType
Enumeration that determines the type of visual studio document that has been loaded.
Namespace: CodeFactory.WinVs.Models.ProjectSystem
Assembly: CodeFactory.WinVs.dll
Syntax
public enum VsDocumentType
Fields
Name | Description |
---|---|
Project | Is a document is a project. |
Solution | Is a document at the solution level. |
Unknown | The document type is unknown. |