__VSDIFFSERVICEOPTIONS Enumeration

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

‘선언
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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace