__VSVPROPID Enumeration

 

View propertiy ID's for calls to IVsWindowView methods.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum __VSVPROPID

Member nameDescription
VSVPROPID_BitmapGuidPackage

GUID of the package that is providing the bitmap.

VSVPROPID_BitmapIndex

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

VSVPROPID_BitmapResource

I4: Resource number of bitmap in satellite dll.

VSVPROPID_FIRST

Indicates the first VSVPROPID_.

VSVPROPID_NIL

NIL; -1

The table below indicates the content of the property, not the value of the enumeration member.

From vsshell.idl:

enum __VSVPROPID
{
    VSVPROPID_NIL                 = -1,
    VSVPROPID_BitmapGuidPackage   = -6000,
    VSVPROPID_BitmapResource          = -6001,
    VSVPROPID_BitmapIndex             = -6002,
    VSVPROPID_FIRST       = -6002,
};
typedef LONG VSVPROPID;
Return to top
Show: