__VSCOMPENUMEXFLAGS 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 component information.
This enumeration supports a bitwise combination of its member values.
public enum class __VSCOMPENUMEXFLAGS
public enum class __VSCOMPENUMEXFLAGS
enum __VSCOMPENUMEXFLAGS
[System.Flags]
public enum __VSCOMPENUMEXFLAGS
[<System.Flags>]
type __VSCOMPENUMEXFLAGS =
Public Enum __VSCOMPENUMEXFLAGS
- Inheritance
-
__VSCOMPENUMEXFLAGS
- Attributes
Fields
Name | Value | Description |
---|---|---|
VSCOMPENUM_IncludeRuntimeInfo | 1 | Include run-time version information (for assemblies) as a BSTR in the |
Remarks
COM Signature
From compsvcpkg80.idl:
enum __VSCOMPENUMEXFLAGS
{
VSCOMPENUM_IncludeRuntimeInfo = 0x00000001,
};
typedef DWORD VSCOMPENUMEXFLAGS;