_BROWSE_COMPONENT_SET_OPTIONS Enumeration

Specifies IVsBrowseComponentSet list options to modify behavior provided by a library.

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

Syntax

'Declaration
Public Enumeration _BROWSE_COMPONENT_SET_OPTIONS
public enum _BROWSE_COMPONENT_SET_OPTIONS
public enum class _BROWSE_COMPONENT_SET_OPTIONS
type _BROWSE_COMPONENT_SET_OPTIONS
public enum _BROWSE_COMPONENT_SET_OPTIONS

Members

Member name Description
BCSO_NO_DRAG_DROP Drag and drop not available. QueryDragDrop will always return FALSE
BCSO_NO_REMOVE Delete not available. CanDelete will always return FALSE.
BCSO_NO_RENAME Rename not available. CanDelete will always return FALSE.
BCSO_PROJECT_REFERENCES GetCategoryField2 will return LCPT_PROJECTREFERENCE for the _LIBCAT_PHYSICALCONTAINERTYPE category. This is needed to show/hide project references class view functionality.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace