Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies attributes for an AddReference dialog box that the user can use to add components to the specified project.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSCOMPSELFLAGS
[FlagsAttribute]
public enum __VSCOMPSELFLAGS
[FlagsAttribute]
public enum class __VSCOMPSELFLAGS
[<FlagsAttribute>]
type __VSCOMPSELFLAGS
public enum __VSCOMPSELFLAGS
Members
| Member name | Description | |
|---|---|---|
| VSCOMSEL_HideBrowseButton | Doesn't show the Browse button on the dialog box. | |
| VSCOMSEL_HideCOMClassicTab | Doesn't show the COM Classic tab provided by the environment. | |
| VSCOMSEL_HideCOMPlusTab | Doesn't show the COM+ tab provided by the environment. | |
| VSCOMSEL_HideSolutionTab | Doesn't show the Solution tab provided by the environment. | |
| VSCOMSEL_IgnoreMachineName | Doesn't use lpszMachineName—enumerates local machine. | |
| VSCOMSEL_MultiSelectMode | Allows selection of multiple components. | |
| VSCOMSEL_ShowOnlySpecifiedTab | Shows only the tab specified by rguidShowOnlyThisTab. |
Remarks
COM Signature
From vsshell.idl: