__VSPPPID Enumeration

 

Extends the property page interface to retrieve properties on the page.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public enum __VSPPPID

Member nameDescription
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
};
Return to top
Show: