CompEnum 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 component categories that are passed to IVsComponentEnumeratorFactory2.
public enum class CompEnum
C++/CX
public enum class CompEnum
enum CompEnum
public enum CompEnum
type CompEnum =
Public Enum CompEnum
- Inheritance
-
CompEnum
Name | Value | Description |
---|---|---|
CompEnumType_COM2 | 100 | Specifies lEnumType to be a COM component. |
CompEnumType_COMPlus | 101 | Specifies lEnumType to be a Visual Studio interop assembly. |
CompEnumType_AssemblyPaths | 102 | Specifies lEnumType to be a semicolon-delimited list of directories in which Visual Studio will look for .NET references. |
From compsvcspkg.idl.
[C++]
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |