__VSVPROPID Enum
Definition
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.
View propertiy ID's for calls to IVsWindowView methods.
public enum class __VSVPROPID
public enum class __VSVPROPID
enum __VSVPROPID
public enum __VSVPROPID
type __VSVPROPID =
Public Enum __VSVPROPID
- Inheritance
-
__VSVPROPID
Fields
Name | Value | Description |
---|---|---|
VSVPROPID_BitmapIndex | -6002 | I4: Index into strip if bitmap handle is a strip. |
VSVPROPID_FIRST | -6002 | Indicates the first VSVPROPID_. |
VSVPROPID_BitmapResource | -6001 | I4: Resource number of bitmap in satellite dll. |
VSVPROPID_BitmapGuidPackage | -6000 | GUID of the package that is providing the bitmap. |
VSVPROPID_NIL | -1 | NIL; -1 |
Remarks
The table below indicates the content of the property, not the value of the enumeration member.
COM Signature
From vsshell.idl:
enum __VSVPROPID
{
VSVPROPID_NIL = -1,
VSVPROPID_BitmapGuidPackage = -6000,
VSVPROPID_BitmapResource = -6001,
VSVPROPID_BitmapIndex = -6002,
VSVPROPID_FIRST = -6002,
};
typedef LONG VSVPROPID;