Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
Public Enumeration _BROWSE_COMPONENT_SET_OPTIONS
'Utilizzo
Dim instance As _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_REMOVE | Delete not available. CanDelete will always return FALSE. | |
| BCSO_NO_RENAME | Rename not available. CanDelete will always return FALSE. | |
| BCSO_NO_DRAG_DROP | Drag and drop not available. QueryDragDrop 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. |