_BROWSE_COMPONENT_SET_TYPE Enumeration

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
};

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace