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)

Syntax

‘선언
Public Enumeration CompEnum
‘사용 방법
Dim instance As CompEnum
public enum CompEnum
public enum class CompEnum
type CompEnum
public enum CompEnum

Members

Member name Description
CompEnumType_COM2 Specifies lEnumType to be a COM component.
CompEnumType_COMPlus Specifies lEnumType to be a Visual Studio interop assembly.
CompEnumType_AssemblyPaths Specifies lEnumType to be a semicolon-delimited list of directories in which Visual Studio will look for .NET references.

Remarks

COM Signature

From compsvcspkg.idl.

[C++]

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace