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.

UCOMITypeLib Interface

 
Note: This API is now obsolete. Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.ITypeLib instead. http://go.microsoft.com/fwlink/?linkid=14202", 
	false)]
[GuidAttribute("00020402-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class UCOMITypeLib

NameDescription
System_CAPS_pubmethodFindName(String^, Int32, array<UCOMITypeInfo^>^, array<Int32>^, Int16%)

Finds occurrences of a type description in a type library.

System_CAPS_pubmethodGetDocumentation(Int32, String^%, String^%, Int32%, String^%)

Retrieves the library's documentation string, the complete Help file name and path, and the context identifier for the library Help topic in the Help file.

System_CAPS_pubmethodGetLibAttr(IntPtr%)

Retrieves the structure that contains the library's attributes.

System_CAPS_pubmethodGetTypeComp(UCOMITypeComp^%)

Enables a client compiler to bind to a library's types, variables, constants, and global functions.

System_CAPS_pubmethodGetTypeInfo(Int32, UCOMITypeInfo^%)

Retrieves the specified type description in the library.

System_CAPS_pubmethodGetTypeInfoCount()

Returns the number of type descriptions in the type library.

System_CAPS_pubmethodGetTypeInfoOfGuid(Guid%, UCOMITypeInfo^%)

Retrieves the type description that corresponds to the specified GUID.

System_CAPS_pubmethodGetTypeInfoType(Int32, TYPEKIND%)

Retrieves the type of a type description.

System_CAPS_pubmethodIsName(String^, Int32)

Indicates whether a passed-in string contains the name of a type or member described in the library.

System_CAPS_pubmethodReleaseTLibAttr(IntPtr)

Releases the TYPELIBATTR originally obtained from GetLibAttr.

For additional information about the ITypeLib interface, see the MSDN Library.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft