LOGTOFILEOPTION Enumeration

Specifies where to log command window commands and output.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public Enumeration LOGTOFILEOPTION
'Usage
Dim instance As LOGTOFILEOPTION
public enum LOGTOFILEOPTION
public enum class LOGTOFILEOPTION
public enum LOGTOFILEOPTION

Members

Member name Description
LTFO_APPEND Append to specified file.
LTFO_OVERWRITE Overwrite specified file.
LTFO_VALIDMASK Union of all valid bits.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace