Adds additional property IDs to the __VSMEPROPID enumeration.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __VSMEPROPID2
public enum __VSMEPROPID2
public enum class __VSMEPROPID2
type __VSMEPROPID2
public enum __VSMEPROPID2
Members
| Member name | Description | |
|---|---|---|
| VSMEPROPID_ICON | Menu icon. | |
| VSMEPROPID_LAST2 | Specifies the last VSMEPROPID_ | 
Remarks
COM Signature
From vsshell80.idl:
enum __VSMEPROPID2
{
    VSMEPROPID_ICON         = -1012,
    VSMEPROPID_LAST2        = -1012
};
typedef LONG VSMEPROPID2;