_LIB_LISTCAPABILITIES Enumeration
Specifies the capabilities of an object list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LLC_ALLOWDELETE | ||
| LLC_ALLOWDRAGDROP | Items in the object list support drag and drop operations through QueryDragDrop and DoDragDrop. | |
| LLC_ALLOWRENAME | ||
| LLC_ALLOWSCCOPS | Unused. Use the TDS_STATEIMAGEMASK in the GetDisplayDatacall to communicate the source code control state of the list item. Source code control commands are routed through the standard IVsHierarchy and ItemID mechanism. | |
| LLC_HASBROWSEOBJ | Items in the object list support property browse objects through GetBrowseObject. | |
| LLC_HASCOMMANDS | Items in the object list support their own context menu through GetContextMenu. | |
| LLC_HASDESCPANE | Items in the object list support description pane text through FillDescription. | |
| LLC_HASSOURCECONTEXT | Items in the object list support GetSourceContext, CountSourceItems, and GetMultipleSourceItems. | |
| LLC_NONE | The object list has no special capabilities. |
From vsshell.idl:
Object list capabilities are returned to the environment's object manager through a call to GetCapabilities.