TypeLibInfoClass.ITypeLib Property

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
Public Overridable Property ITypeLib As Object
'Usage
Dim instance As TypeLibInfoClass 
Dim value As Object 

value = instance.ITypeLib

instance.ITypeLib = value
public virtual Object ITypeLib { get; set; }
public:
virtual property Object^ ITypeLib {
    Object^ get ();
    void set (Object^ value);
}
public function get ITypeLib () : Object 
public function set ITypeLib (value : Object)

Property Value

Type: System.Object

Implements

_TypeLibInfo.ITypeLib

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace