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

‘선언
Public Enumeration VSPREVIEWRESOLUTION
‘사용 방법
Dim instance As VSPREVIEWRESOLUTION
public enum VSPREVIEWRESOLUTION
public enum class VSPREVIEWRESOLUTION
type VSPREVIEWRESOLUTION
public enum VSPREVIEWRESOLUTION

Members

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

Remarks

COM Signature

From vsshell.idl:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace