IVCWizCtlUI.GetActiveXControlTypeLib Method
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: StringThe globally unique identifier (GUID) for the ActiveX control's type library.
Return Value
Type: 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.