Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables an ActiveX designer to provide a type library to its host. The designer provides the type library through the SProfferTypeLib (SID_SProfferTypeLib) service.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("718CC500-0A76-11CF-8045-00AA006009FA")> _
<InterfaceTypeAttribute()> _
Public Interface IProfferTypeLib
[GuidAttribute("718CC500-0A76-11CF-8045-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface IProfferTypeLib
[GuidAttribute(L"718CC500-0A76-11CF-8045-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface class IProfferTypeLib
[<GuidAttribute("718CC500-0A76-11CF-8045-00AA006009FA")>]
[<InterfaceTypeAttribute()>]
type IProfferTypeLib = interface end
public interface IProfferTypeLib
The IProfferTypeLib type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ProfferTypeLib | Provides an ActiveX designer's type library to its host. |
Top