IExtendedTypeLib Methods

 

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

NameDescription
System_CAPS_pubmethodAddRefExtendedTypeLib(String^, String^, Type^, UInt32, UInt32, String^, ITypeLib^)

Creates an extended type library and returns a reference counted (AddRef) interface to it.

System_CAPS_pubmethodAddRefExtendedTypeLibOfClsid(Guid, String^, Type^, UInt32, UInt32, String^, Type^)

Creates an ITypeInfo interface for an extended type and returns a reference counted (AddRef) interface to it. Uses the CLSID of the type being extended.

System_CAPS_pubmethodCreateExtendedTypeLib(String^, String^, Type^, UInt32, UInt32, String^, ITypeLib^)

Creates an ITypeLib interface for an extended type. The interface is not reference counted. The client must handle reference counting.

System_CAPS_pubmethodSetExtenderInfo(String^, Type^, UInt32)

Sets the information for the extending type in the extended type library.

Return to top
Show: