IVCWizCtlUI.GetActiveXControlTypeLib(String) Method

Definition

Gets a string containing the type library for the ActiveX control.

public:
 System::String ^ GetActiveXControlTypeLib(System::String ^ bstrControlGuid);
public:
 Platform::String ^ GetActiveXControlTypeLib(Platform::String ^ bstrControlGuid);
std::wstring GetActiveXControlTypeLib(std::wstring const & bstrControlGuid);
[System.Runtime.InteropServices.DispId(1610743837)]
public string GetActiveXControlTypeLib (string bstrControlGuid);
[<System.Runtime.InteropServices.DispId(1610743837)>]
abstract member GetActiveXControlTypeLib : string -> string
Public Function GetActiveXControlTypeLib (bstrControlGuid As String) As String

Parameters

bstrControlGuid
String

The globally unique identifier (GUID) for the ActiveX control's type library.

Returns

A string containing the type library for the ActiveX control.

Attributes

Applies to