_BROWSE_COMPONENT_SET_TYPE 枚举

指定设置用于浏览组件类型。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)

语法

声明
Public Enumeration _BROWSE_COMPONENT_SET_TYPE
public enum _BROWSE_COMPONENT_SET_TYPE

成员

成员名称 说明
BCST_EXCLUDE_LIBRARIES 排除库。
BCST_INCLUDE_LIBRARIES 包括库。

备注

COM 签名

从 vsshell80.idl:

enum _BROWSE_COMPONENT_SET_TYPE
{
    BCST_EXCLUDE_LIBRARIES   = 0x0000,
    BCST_INCLUDE_LIBRARIES   = 0x0001
};

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间