__VSCOMPENUMEXFLAGS Enum

Definition

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

VSCOMPENUM_IncludeRuntimeInfo 1

Include run-time version information (for assemblies) as a BSTR in the lCustom field of VSCOMPONENTSELECTORDATA structure.

Remarks

COM Signature

From compsvcpkg80.idl:

enum __VSCOMPENUMEXFLAGS  
{  
    VSCOMPENUM_IncludeRuntimeInfo = 0x00000001,  
};  
typedef DWORD VSCOMPENUMEXFLAGS;  

Applies to