VSPREVIEWRESOLUTION Enum
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
C++/CX
public enum class VSPREVIEWRESOLUTION
enum VSPREVIEWRESOLUTION
public enum VSPREVIEWRESOLUTION
type VSPREVIEWRESOLUTION =
Public Enum VSPREVIEWRESOLUTION
- Inheritance
-
VSPREVIEWRESOLUTION
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. |
From vsshell.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |