Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration __VSVPROPID
public enum __VSVPROPID
public enum class __VSVPROPID
type __VSVPROPID
public enum __VSVPROPID
Members
Member name | Description | |
---|---|---|
VSVPROPID_NIL | NIL; -1 | |
VSVPROPID_BitmapGuidPackage | GUID of the package that is providing the bitmap. | |
VSVPROPID_BitmapResource | I4: Resource number of bitmap in satellite dll. | |
VSVPROPID_BitmapIndex | I4: Index into strip if bitmap handle is a strip. | |
VSVPROPID_FIRST | Indicates the first VSVPROPID_. |
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;