CompEnum Enumeration

 

Specifies the type of component categories that are passed to IVsComponentEnumeratorFactory2.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

public enum CompEnum

Member nameDescription
CompEnumType_AssemblyPaths

Specifies lEnumType to be a semicolon-delimited list of directories in which Visual Studio will look for .NET references.

CompEnumType_COM2

Specifies lEnumType to be a COM component.

CompEnumType_COMPlus

Specifies lEnumType to be a Visual Studio interop assembly.

From compsvcspkg.idl.

[C++]

Return to top
Show: