VSCOMPONENTTYPE Enumeration

 

Specifies the type of a component.

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

public enum VSCOMPONENTTYPE

Member nameDescription
VSCOMPONENTTYPE_Com2

The component is a classic COM type library.

VSCOMPONENTTYPE_ComPlus

The component is a .NET assembly.

VSCOMPONENTTYPE_Custom

The component is a custom reference. This is implementation specific, meaning there is no set way to handle such a component.

VSCOMPONENTTYPE_File

The component is a file on disk.

VSCOMPONENTTYPE_Path

The component enumerates directory paths to other components.

VSCOMPONENTTYPE_Project

The component is another project in the solution.

From vsshell.idl:

Return to top
Show: