__VSPPPID 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.
Extends the property page interface to retrieve properties on the page.
public enum class __VSPPPID
C++/CX
public enum class __VSPPPID
enum __VSPPPID
public enum __VSPPPID
type __VSPPPID =
Public Enum __VSPPPID
- Inheritance
-
__VSPPPID
Name | Value | Description |
---|---|---|
VSPPPID_FIRST | 1 | First item |
VSPPPID_LAST | 1 | Last item |
VSPPPID_PAGENAME | 1 | Page name |
From vsshell80.idl:
cpp#
enum __VSPPPID
{
VSPPPID_FIRST = 1,
VSPPPID_PAGENAME = 1,
VSPPPID_LAST = 1
};
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |