__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)

public enum __VSDIFFSERVICEOPTIONS

Member nameDescription
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.

Return to top
Show: