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
声明
Public Overridable Function GetActiveXControlTypeLib ( _
    bstrControlGuid As String _
) As String
public virtual string GetActiveXControlTypeLib(
    string bstrControlGuid
)
public:
virtual String^ GetActiveXControlTypeLib(
    [InAttribute] String^ bstrControlGuid
)
abstract GetActiveXControlTypeLib : 
        bstrControlGuid:string -> string 
override GetActiveXControlTypeLib : 
        bstrControlGuid:string -> string 
public 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.
Implements
IVCWizCtlUI.GetActiveXControlTypeLib(String)
.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.
See Also
Reference
Microsoft.VisualStudio.VsWizard Namespace