Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies component information.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSCOMPENUMEXFLAGS
[FlagsAttribute]
public enum __VSCOMPENUMEXFLAGS
[FlagsAttribute]
public enum class __VSCOMPENUMEXFLAGS
[<FlagsAttribute>]
type __VSCOMPENUMEXFLAGS
public enum __VSCOMPENUMEXFLAGS
Members
| Member name | Description | |
|---|---|---|
| VSCOMPENUM_IncludeRuntimeInfo | 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;