VCWizCtlClass.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:
virtual System::String ^ GetActiveXControlTypeLib(System::String ^ bstrControlGuid) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetActiveXControlTypeLib;
public:
virtual Platform::String ^ GetActiveXControlTypeLib(Platform::String ^ bstrControlGuid) = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::GetActiveXControlTypeLib;
virtual std::wstring GetActiveXControlTypeLib(std::wstring const & bstrControlGuid);
[System.Runtime.InteropServices.DispId(1610743837)]
public virtual string GetActiveXControlTypeLib (string bstrControlGuid);
[<System.Runtime.InteropServices.DispId(1610743837)>]
abstract member GetActiveXControlTypeLib : string -> string
override this.GetActiveXControlTypeLib : string -> string
Public Overridable 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.
Implements
- Attributes