Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Members
| Member name | Description | |
|---|---|---|
| VSDIFFOPT_DoNotShow | Do not show the comparison window after creating it. | |
| VSDIFFOPT_DetectBinaryFiles | Display a dialog box if attempting to compare binary files (and return success). | |
| 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_LeftFileIsTemporary | The left file is a temporary file explicitly created for the difference comparison. | |
| VSDIFFOPT_RightFileIsTemporary | The right file is a temporary file explicitly created for the difference comparison. |