LIBFLAGS Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
Defines flags that apply to type libraries.
Assembly: mscorlib (in mscorlib.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Runtime.InteropServices.ComTypesAssembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| LIBFLAG_FCONTROL | The type library describes controls and should not be displayed in type browsers intended for nonvisual objects. | |
| LIBFLAG_FHASDISKIMAGE | The type library exists in a persisted form on disk. | |
| LIBFLAG_FHIDDEN | The type library should not be displayed to users, although its use is not restricted. The type library should be used by controls. Hosts should create a new type library that wraps the control with extended properties. | |
| LIBFLAG_FRESTRICTED | The type library is restricted, and should not be displayed to users. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: