__VSCOMPENUMEXFLAGS Enumeration
Visual Studio 2015
Specifies component information.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| VSCOMPENUM_IncludeRuntimeInfo | Include run-time version information (for assemblies) as a BSTR in the lCustom field of VSCOMPONENTSELECTORDATA structure. |
From compsvcpkg80.idl:
enum __VSCOMPENUMEXFLAGS { VSCOMPENUM_IncludeRuntimeInfo = 0x00000001, }; typedef DWORD VSCOMPENUMEXFLAGS;
Show: