UCOMITypeComp Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Return to top
Use System.Runtime.InteropServices.ComTypes.ITypeComp instead.
Assembly: mscorlib (in mscorlib.dll)
[<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.ITypeComp instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>] [<GuidAttribute("00020403-0000-0000-C000-000000000046")>] [<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>] type UCOMITypeComp = interface end
| Name | Description | |
|---|---|---|
![]() | Bind(String, Int32, Int16, UCOMITypeInfo, DESCKIND, BINDPTR) | Maps a name to a member of a type, or binds global variables and functions contained in a type library. |
![]() | BindType(String, Int32, UCOMITypeInfo, UCOMITypeComp) | Binds to the type descriptions contained within a type library. |
For more information about the ITypeComp interface, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show:
