__VSCOMPENUMEXFLAGS Enumeration

 

Specifies component information.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[FlagsAttribute]
public enum __VSCOMPENUMEXFLAGS

Member nameDescription
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;
Return to top
Show: