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)

Syntax

'Declaration
Public Enumeration VSPREVIEWRESOLUTION
public enum VSPREVIEWRESOLUTION
public enum class VSPREVIEWRESOLUTION
type VSPREVIEWRESOLUTION
public enum VSPREVIEWRESOLUTION

Members

Member name Description
PR_1024x768 Resolution is 1024x768.
PR_640x480 Resolution is 640x480.
PR_800x600 Resolution is 800x600.
PR_Default Use the default resolution.

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace