__VSCOMPSELFLAGS2 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional members for the VSCOMPSELFLAGS enum.
This enumeration supports a bitwise combination of its member values.
public enum class __VSCOMPSELFLAGS2
public enum class __VSCOMPSELFLAGS2
enum __VSCOMPSELFLAGS2
[System.Flags]
public enum __VSCOMPSELFLAGS2
[<System.Flags>]
type __VSCOMPSELFLAGS2 =
Public Enum __VSCOMPSELFLAGS2
- Inheritance
-
__VSCOMPSELFLAGS2
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSCOMSEL2_MultiSelectMode | 1 | Allows selection of multiple components. |
VSCOMSEL2_ShowSelectedList | 128 | List of selected components is visible. Ignored in single-select mode. |
VSCOMSEL2_ShowAllPagesOfSpecifiedTypes | 256 | Add pages, which are not specified in the rgcstiTabInitializers parameter of ComponentSelectorDlg2(UInt32, IVsComponentUser, UInt32, IntPtr[],
String, String, UInt32, UInt32, UInt32, VSCOMPONENTSELECTORTABINIT[],
Guid, String, String), but produce the same components (have the same |
Remarks
Specifies the component selection flags for calls to ComponentSelectorDlg2.
COM Signature
From vsshell80.idl:
enum __VSCOMPSELFLAGS2
{
VSCOMSEL2_MultiSelectMode = 0x00000001,
VSCOMSEL2_ShowSelectedList = 0x00000080,
VSCOMSEL2_ShowAllPagesOfSpecifiedTypes = 0x00000100,
};