ITypeLibInfo.IsControl Method

Indicates whether the type library describes ActiveX control objects.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

声明
Function IsControl As Boolean
用法
Dim instance As ITypeLibInfo
Dim returnValue As Boolean

returnValue = instance.IsControl()
bool IsControl()
bool IsControl()
function IsControl() : boolean

Return Value

Type: System.Boolean

true if the type library describes ActiveX control objects; otherwise, false.

Remarks

If the type library describes ActiveX controls, it is marked with the flag LIBFLAG_FCONTROL.

Permissions

See Also

Reference

ITypeLibInfo Interface

ITypeLibInfo Members

Microsoft.VisualStudio.VsWizard Namespace