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: 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

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace