IProfferTypeLib Interface

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

‘선언
<GuidAttribute("718CC500-0A76-11CF-8045-00AA006009FA")> _
<InterfaceTypeAttribute()> _
Public Interface IProfferTypeLib
‘사용 방법
Dim instance As 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

See Also

Reference

IProfferTypeLib Members

Microsoft.VisualStudio.Shell.Interop Namespace