__VSPPPID 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.
Extends the property page interface to retrieve properties on the page.
public enum class __VSPPPID
public enum class __VSPPPID
enum __VSPPPID
public enum __VSPPPID
type __VSPPPID =
Public Enum __VSPPPID
- Inheritance
-
__VSPPPID
Fields
VSPPPID_FIRST | 1 | First item |
VSPPPID_LAST | 1 | Last item |
VSPPPID_PAGENAME | 1 | Page name |
Remarks
COM Signature
From vsshell80.idl:
enum __VSPPPID
{
VSPPPID_FIRST = 1,
VSPPPID_PAGENAME = 1,
VSPPPID_LAST = 1
};