Share via


IExtendedTypeLib Interface

Creates and manages a type library for an extended object. An example of an extended object is an object inside a container where the container provides additional properties for the object, such as Top or Left for position on a form. The compound object can be treated as a single, extended object with the extended type library.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Déclaration
<GuidAttribute("6D5140D6-7436-11CE-8034-00AA006009FA")> _
<InterfaceTypeAttribute()> _
Public Interface IExtendedTypeLib
'Utilisation
Dim instance As IExtendedTypeLib
[GuidAttribute("6D5140D6-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface IExtendedTypeLib
[GuidAttribute(L"6D5140D6-7436-11CE-8034-00AA006009FA")]
[InterfaceTypeAttribute()]
public interface class IExtendedTypeLib
public interface IExtendedTypeLib

Remarks

You can get an instance of the interface using the SExtendedTypeLib (SID_SExtendedTypeLib) service.

See Also

Reference

IExtendedTypeLib Members

Microsoft.VisualStudio.Shell.Interop Namespace