VSPREVIEWRESOLUTION Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the resolution of the standard previewer. Used in OpenStandardPreviewer(UInt32, String, VSPREVIEWRESOLUTION, UInt32) calls.
public enum class VSPREVIEWRESOLUTION
public enum class VSPREVIEWRESOLUTION
enum VSPREVIEWRESOLUTION
public enum VSPREVIEWRESOLUTION
type VSPREVIEWRESOLUTION =
Public Enum VSPREVIEWRESOLUTION
- Inheritance
-
VSPREVIEWRESOLUTION
Fields
Name | Value | Description |
---|---|---|
PR_Default | 0 | Use the default resolution. |
PR_640x480 | 1 | Resolution is 640x480. |
PR_800x600 | 2 | Resolution is 800x600. |
PR_1024x768 | 3 | Resolution is 1024x768. |
Remarks
COM Signature
From vsshell.idl: