共用方式為


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

適用於