__VSMEPROPID2 Enumeration

 

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)

public enum __VSMEPROPID2

Member nameDescription
VSMEPROPID_ICON

Menu icon.

VSMEPROPID_LAST2

Specifies the last VSMEPROPID_

From vsshell80.idl:

enum __VSMEPROPID2
{
    VSMEPROPID_ICON         = -1012,
    VSMEPROPID_LAST2        = -1012
};
typedef LONG VSMEPROPID2;
Return to top
Show: