VSPREVIEWRESOLUTION Enumeration

 

Specifies the resolution of the standard previewer. Used in OpenStandardPreviewer calls.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum VSPREVIEWRESOLUTION

Member nameDescription
PR_1024x768

Resolution is 1024x768.

PR_640x480

Resolution is 640x480.

PR_800x600

Resolution is 800x600.

PR_Default

Use the default resolution.

From vsshell.idl:

Return to top
Show: