__VSDIFFSERVICEOPTIONS Enum

Definition

Specifies options for the difference window.

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

Fields

VSDIFFOPT_DetectBinaryFiles 2

Display a dialog box if attempting to compare binary files (and return success).

VSDIFFOPT_DoNotShow 1

Do not show the comparison window after creating it.

VSDIFFOPT_LeftFileIsTemporary 16

The left file is a temporary file explicitly created for the difference comparison.

VSDIFFOPT_PromptForEncodingForLeft 4

Prompt the user for the encoding of the left file.

VSDIFFOPT_PromptForEncodingForRight 8

Prompt the user for the encoding of the right file.

VSDIFFOPT_RightFileIsTemporary 32

The right file is a temporary file explicitly created for the difference comparison.

Applies to