Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UCOMITypeComp Interface

 
Note: This API is now obsolete. Namespace:   System.Runtime.InteropServices
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)>
Public Interface UCOMITypeComp

NameDescription
System_CAPS_pubmethodBind(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.

System_CAPS_pubmethodBindType(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
Return to top
Show:
© 2017 Microsoft