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

‘선언
Public Enumeration LOGTOFILEOPTION
‘사용 방법
Dim instance As LOGTOFILEOPTION
public enum LOGTOFILEOPTION
public enum class LOGTOFILEOPTION
type 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