__VSDIFFSERVICEOPTIONS Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
VSDIFFOPT_DoNotShow | 1 | Do not show the comparison window after creating it. |
VSDIFFOPT_DetectBinaryFiles | 2 | Display a dialog box if attempting to compare binary files (and return success). |
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_LeftFileIsTemporary | 16 | The left file is a temporary file explicitly created for the difference comparison. |
VSDIFFOPT_RightFileIsTemporary | 32 | The right file is a temporary file explicitly created for the difference comparison. |