__VSCOMPSELFLAGS Enumeration

Specifies attributes for an Add Reference 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_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:

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace