__VSCOMPSELFLAGS2 枚举

定义

为 VSCOMPSELFLAGS 枚举提供其他成员。

此枚举支持其成员值的按位组合。

public enum class __VSCOMPSELFLAGS2
public enum class __VSCOMPSELFLAGS2
enum __VSCOMPSELFLAGS2
[System.Flags]
public enum __VSCOMPSELFLAGS2
[<System.Flags>]
type __VSCOMPSELFLAGS2 = 
Public Enum __VSCOMPSELFLAGS2
继承
__VSCOMPSELFLAGS2
属性

字段

VSCOMSEL2_MultiSelectMode 1

允许选择多个组件。

VSCOMSEL2_ShowAllPagesOfSpecifiedTypes 256

添加页,这些页面未在 的 ComponentSelectorDlg2(UInt32, IVsComponentUser, UInt32, IntPtr[], String, String, UInt32, UInt32, UInt32, VSCOMPONENTSELECTORTABINIT[], Guid, String, String)rgcstiTabInitializers 参数中指定,但生成相同的组件, ComponentType (注册表) 具有相同的字符串值。

VSCOMSEL2_ShowSelectedList 128

所选组件列表可见。 在单选模式下忽略。

注解

指定对 的调用 ComponentSelectorDlg2的组件选择标志。

COM 签名

从 vsshell80.idl:

enum __VSCOMPSELFLAGS2  
{  
    VSCOMSEL2_MultiSelectMode              = 0x00000001,  
    VSCOMSEL2_ShowSelectedList             = 0x00000080,  
    VSCOMSEL2_ShowAllPagesOfSpecifiedTypes = 0x00000100,  
};  

适用于