_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)

public enum _BROWSE_COMPONENT_SET_TYPE

Member nameDescription
BCST_EXCLUDE_LIBRARIES

Exclude libraries.

BCST_INCLUDE_LIBRARIES

Include libraries.

From vsshell80.idl:

enum _BROWSE_COMPONENT_SET_TYPE
{
    BCST_EXCLUDE_LIBRARIES   = 0x0000,
    BCST_INCLUDE_LIBRARIES   = 0x0001
};
Return to top
Show: