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.
Gets a string containing the type library for the ActiveX control.
Namespace: Microsoft.VisualStudio.VsWizard
Assembly: Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)
Syntax
'Declaration
Function GetActiveXControlTypeLib ( _
bstrControlGuid As String _
) As String
string GetActiveXControlTypeLib(
string bstrControlGuid
)
String^ GetActiveXControlTypeLib(
[InAttribute] String^ bstrControlGuid
)
abstract GetActiveXControlTypeLib :
bstrControlGuid:string -> string
function GetActiveXControlTypeLib(
bstrControlGuid : String
) : String
Parameters
- bstrControlGuid
Type: System.String
The globally unique identifier (GUID) for the ActiveX control's type library.
Return Value
Type: System.String
A string containing the type library for the ActiveX control.
.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.