__VSMEPROPID2 Enum
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.
Adds additional property IDs to the __VSMEPROPID enumeration.
public enum class __VSMEPROPID2
C++/CX
public enum class __VSMEPROPID2
enum __VSMEPROPID2
public enum __VSMEPROPID2
type __VSMEPROPID2 =
Public Enum __VSMEPROPID2
- Inheritance
-
__VSMEPROPID2
Name | Value | Description |
---|---|---|
VSMEPROPID_ICON | -1012 | Menu icon. |
VSMEPROPID_LAST2 | -1012 | Specifies the last VSMEPROPID_ |
From vsshell80.idl:
cpp#
enum __VSMEPROPID2
{
VSMEPROPID_ICON = -1012,
VSMEPROPID_LAST2 = -1012
};
typedef LONG VSMEPROPID2;
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |