Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_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 |
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;