Specifies options for the difference window.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Public Enumeration __VSDIFFSERVICEOPTIONS
public enum __VSDIFFSERVICEOPTIONS
public enum class __VSDIFFSERVICEOPTIONS
type __VSDIFFSERVICEOPTIONS
public enum __VSDIFFSERVICEOPTIONS
Members
| 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. |