Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
'Déclaration
<FlagsAttribute> _
Public Enumeration __VSCOMPSELFLAGS
'Utilisation
Dim instance As __VSCOMPSELFLAGS
[FlagsAttribute]
public enum __VSCOMPSELFLAGS
[FlagsAttribute]
public enum class __VSCOMPSELFLAGS
public enum __VSCOMPSELFLAGS
Members
| Member name | Description | |
|---|---|---|
| VSCOMSEL_MultiSelectMode | Allows selection of multiple components. | |
| VSCOMSEL_ShowOnlySpecifiedTab | Shows only the tab specified by rguidShowOnlyThisTab. | |
| VSCOMSEL_HideCOMPlusTab | Doesn't show the COM+ tab provided by the environment. | |
| VSCOMSEL_HideCOMClassicTab | Doesn't show the COM Classic tab provided by the environment. | |
| VSCOMSEL_HideSolutionTab | Doesn't show the Solution tab provided by the environment. | |
| VSCOMSEL_HideBrowseButton | Doesn't show the Browse button on the dialog box. | |
| VSCOMSEL_IgnoreMachineName | Doesn't use lpszMachineName—enumerates local machine. |
Remarks
COM Signature
From vsshell.idl: