Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates whether the type library describes ActiveX control objects.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function IsControl As Boolean
bool IsControl()
bool IsControl()
abstract IsControl : unit -> bool
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.