__VSCOMPSELFLAGS 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.
Specifies attributes for an AddReference dialog box that the user can use to add components to the specified project.
This enumeration supports a bitwise combination of its member values.
public enum class __VSCOMPSELFLAGS
public enum class __VSCOMPSELFLAGS
enum __VSCOMPSELFLAGS
[System.Flags]
public enum __VSCOMPSELFLAGS
[<System.Flags>]
type __VSCOMPSELFLAGS =
Public Enum __VSCOMPSELFLAGS
- Inheritance
-
__VSCOMPSELFLAGS
- Attributes
Fields
VSCOMSEL_HideBrowseButton | 32 | Doesn't show the Browse button on the dialog box. |
VSCOMSEL_HideCOMClassicTab | 8 | Doesn't show the COM Classic tab provided by the environment. |
VSCOMSEL_HideCOMPlusTab | 4 | Doesn't show the COM+ tab provided by the environment. |
VSCOMSEL_HideSolutionTab | 16 | Doesn't show the Solution tab provided by the environment. |
VSCOMSEL_IgnoreMachineName | 64 | Doesn't use |
VSCOMSEL_MultiSelectMode | 1 | Allows selection of multiple components. |
VSCOMSEL_ShowOnlySpecifiedTab | 2 | Shows only the tab specified by |
Remarks
COM Signature
From vsshell.idl: