_BROWSE_COMPONENT_SET_OPTIONS Enum

Definition

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

public enum class _BROWSE_COMPONENT_SET_OPTIONS
public enum class _BROWSE_COMPONENT_SET_OPTIONS
enum _BROWSE_COMPONENT_SET_OPTIONS
public enum _BROWSE_COMPONENT_SET_OPTIONS
type _BROWSE_COMPONENT_SET_OPTIONS = 
Public Enum _BROWSE_COMPONENT_SET_OPTIONS
Inheritance
_BROWSE_COMPONENT_SET_OPTIONS

Fields

BCSO_NO_DRAG_DROP 4

Drag and drop not available. QueryDragDrop(UInt32, IDataObject, UInt32, UInt32) will always return FALSE

BCSO_NO_REMOVE 1

Delete not available. CanDelete(UInt32, Int32) will always return FALSE.

BCSO_NO_RENAME 2

Rename not available. CanDelete(UInt32, Int32) will always return FALSE.

BCSO_PROJECT_REFERENCES 8

GetCategoryField2(UInt32, Int32, UInt32) will return LCPT_PROJECTREFERENCE for the _LIBCAT_PHYSICALCONTAINERTYPE category. This is needed to show/hide project references class view functionality.

Applies to