__VSVPROPID Enum

Definition

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

VSVPROPID_BitmapGuidPackage -6000

GUID of the package that is providing the bitmap.

VSVPROPID_BitmapIndex -6002

I4: Index into strip if bitmap handle is a strip.

VSVPROPID_BitmapResource -6001

I4: Resource number of bitmap in satellite dll.

VSVPROPID_FIRST -6002

Indicates the first VSVPROPID_.

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;  

Applies to