LOGTOFILEOPTION Enum

Definition

Specifies where to log command window commands and output.

public enum class LOGTOFILEOPTION
public enum class LOGTOFILEOPTION
enum LOGTOFILEOPTION
public enum LOGTOFILEOPTION
type LOGTOFILEOPTION = 
Public Enum LOGTOFILEOPTION
Inheritance
LOGTOFILEOPTION

Fields

LTFO_APPEND 0

Append to specified file.

LTFO_OVERWRITE 1

Overwrite specified file.

LTFO_VALIDMASK 1

Union of all valid bits.

Remarks

COM Signature

From vsshell.idl:

Applies to