VSCOMPONENTTYPE Enum
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
C++/CX
public enum class VSCOMPONENTTYPE
enum VSCOMPONENTTYPE
public enum VSCOMPONENTTYPE
type VSCOMPONENTTYPE =
Public Enum VSCOMPONENTTYPE
- Inheritance
-
VSCOMPONENTTYPE
Name | Value | Description |
---|---|---|
VSCOMPONENTTYPE_File | 0 | The component is a file on disk. |
VSCOMPONENTTYPE_ComPlus | 1 | The component is a .NET assembly. |
VSCOMPONENTTYPE_Com2 | 2 | The component is a classic COM type library. |
VSCOMPONENTTYPE_Project | 3 | The component is another project in the solution. |
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_Path | 5 | The component enumerates directory paths to other components. |
From vsshell.idl:
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |