Enum VsDocumentType
Enumeration that determines the type of visual studio document that has been loaded.
Namespace: CodeFactory.VisualStudio
Assembly: CodeFactory.VisualStudio.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. |