ITypeLibInfo.IsControl 方法

指示类型库描述的是 Activex 控件对象。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Function IsControl As Boolean
bool IsControl()
bool IsControl()
abstract IsControl : unit -> bool 
function IsControl() : boolean

返回值

类型:System.Boolean
true ,如果类型库描述 Activex 控件对象;否则, false。

备注

如果类型库描述 Activex 控件,它标有标志 LIBFLAG_FCONTROL

.NET Framework 安全性

请参见

参考

ITypeLibInfo 接口

Microsoft.VisualStudio.VsWizard 命名空间