IVCWizCtlUI.GetActiveXControlTypeLib(String) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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