VCWizCtlClass::GetActiveXControlTypeLib Method (String^)

 

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

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

public:
virtual String^ GetActiveXControlTypeLib(
	String^ bstrControlGuid
)

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.

Return to top
Show: