LIBFLAGS 枚举

注意:此枚举现在已过时。

应改用 LIBFLAGS

此枚举有一个 FlagsAttribute 属性,允许其成员值按位组合。

**命名空间:**System.Runtime.InteropServices
**程序集:**mscorlib(在 mscorlib.dll 中)

语法

声明
<SerializableAttribute> _
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", False)> _
<FlagsAttribute> _
Public Enumeration LIBFLAGS As Short
用法
Dim instance As LIBFLAGS
[SerializableAttribute] 
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", false)] 
[FlagsAttribute] 
public enum LIBFLAGS : short
[SerializableAttribute] 
[ObsoleteAttribute(L"Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", false)] 
[FlagsAttribute] 
public enum class LIBFLAGS : short
/** @attribute SerializableAttribute() */ 
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", false) */ 
/** @attribute FlagsAttribute() */ 
public enum LIBFLAGS
SerializableAttribute 
ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.LIBFLAGS instead. https://go.microsoft.com/fwlink/?linkid=14202", false) 
FlagsAttribute 
public enum LIBFLAGS

成员

  成员名称 说明
LIBFLAG_FCONTROL 类型库描述控件,并且不应在供非可视对象使用的类型浏览器中显示。 
LIBFLAG_FHASDISKIMAGE 类型库以一种持久形式存在于磁盘上。 
LIBFLAG_FHIDDEN 不应将类型库显示给用户,虽然它的使用并未受到限制。应由控件使用。宿主应创建用扩展属性包装控件的新类型库。 
LIBFLAG_FRESTRICTED 类型库受到限制且不应显示给用户。 

备注

有关 LIBFLAGS 枚举的更多信息,请参见 MSDN Library。

平台

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

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:1.0、1.1
在 2.0 中过时(编译器警告)

请参见

参考

System.Runtime.InteropServices 命名空间