VSCOMPONENTTYPE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of a component.
public enum class VSCOMPONENTTYPE
public enum class VSCOMPONENTTYPE
enum VSCOMPONENTTYPE
public enum VSCOMPONENTTYPE
type VSCOMPONENTTYPE =
Public Enum VSCOMPONENTTYPE
- Inheritance
-
VSCOMPONENTTYPE
Fields
VSCOMPONENTTYPE_Com2 | 2 | The component is a classic COM type library. |
VSCOMPONENTTYPE_ComPlus | 1 | The component is a .NET assembly. |
VSCOMPONENTTYPE_Custom | 4 | The component is a custom reference. This is implementation specific, meaning there is no set way to handle such a component. |
VSCOMPONENTTYPE_File | 0 | The component is a file on disk. |
VSCOMPONENTTYPE_Path | 5 | The component enumerates directory paths to other components. |
VSCOMPONENTTYPE_Project | 3 | The component is another project in the solution. |
Remarks
COM Signature
From vsshell.idl: