TypeLibInfoClass Class

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  TLI
Assembly:  Microsoft.TLI.Interop (in Microsoft.TLI.Interop.dll)

Syntax

'Declaration
<GuidAttribute("8B217746-717D-11CE-AB5B-D41203C10000")> _
<ClassInterfaceAttribute()> _
Public Class TypeLibInfoClass _
    Implements _TypeLibInfo, TypeLibInfo
'Usage
Dim instance As TypeLibInfoClass
[GuidAttribute("8B217746-717D-11CE-AB5B-D41203C10000")]
[ClassInterfaceAttribute()]
public class TypeLibInfoClass : _TypeLibInfo, 
    TypeLibInfo
[GuidAttribute(L"8B217746-717D-11CE-AB5B-D41203C10000")]
[ClassInterfaceAttribute()]
public ref class TypeLibInfoClass : _TypeLibInfo, 
    TypeLibInfo
public class TypeLibInfoClass implements _TypeLibInfo, TypeLibInfo

Inheritance Hierarchy

System.Object
  TLI.TypeLibInfoClass

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TypeLibInfoClass Members

TLI Namespace