Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies settings for browse component types.
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_TYPE
public enum _BROWSE_COMPONENT_SET_TYPE
public enum class _BROWSE_COMPONENT_SET_TYPE
type _BROWSE_COMPONENT_SET_TYPE
public enum _BROWSE_COMPONENT_SET_TYPE
Members
Member name | Description | |
---|---|---|
BCST_EXCLUDE_LIBRARIES | Exclude libraries. | |
BCST_INCLUDE_LIBRARIES | Include libraries. |
Remarks
COM Signature
From vsshell80.idl:
enum _BROWSE_COMPONENT_SET_TYPE
{
BCST_EXCLUDE_LIBRARIES = 0x0000,
BCST_INCLUDE_LIBRARIES = 0x0001
};