__VSDIFFSERVICEOPTIONS Enumeration
Visual Studio 2015
Specifies options for the difference window.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Member name | Description | |
|---|---|---|
| VSDIFFOPT_DetectBinaryFiles | Display a dialog box if attempting to compare binary files (and return success). | |
| VSDIFFOPT_DoNotShow | Do not show the comparison window after creating it. | |
| VSDIFFOPT_LeftFileIsTemporary | The left file is a temporary file explicitly created for the difference comparison. | |
| VSDIFFOPT_PromptForEncodingForLeft | Prompt the user for the encoding of the left file. | |
| VSDIFFOPT_PromptForEncodingForRight | Prompt the user for the encoding of the right file. | |
| VSDIFFOPT_RightFileIsTemporary | The right file is a temporary file explicitly created for the difference comparison. |
Show: