CompEnum 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 component categories that are passed to IVsComponentEnumeratorFactory2.
public enum class CompEnum
public enum class CompEnum
enum CompEnum
public enum CompEnum
type CompEnum =
Public Enum CompEnum
- Inheritance
-
CompEnum
Fields
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. |
Remarks
COM Signature
From compsvcspkg.idl.
[C++]