LOGTOFILEOPTION Enumeration
Visual Studio 2015
Specifies where to log command window commands and output.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LTFO_APPEND | Append to specified file. | |
| LTFO_OVERWRITE | Overwrite specified file. | |
| LTFO_VALIDMASK | Union of all valid bits. |
From vsshell.idl:
Show: