__VSPPPID Enumeration
Visual Studio 2015
Extends the property page interface to retrieve properties on the page.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| VSPPPID_FIRST | First item | |
| VSPPPID_LAST | Last item | |
| VSPPPID_PAGENAME | Page name |
From vsshell80.idl:
enum __VSPPPID
{
VSPPPID_FIRST = 1,
VSPPPID_PAGENAME = 1,
VSPPPID_LAST = 1
};
Show: