TypeLibInfoClass.LibNum 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 LibNum As Short
'Usage
Dim instance As TypeLibInfoClass 
Dim value As Short 

value = instance.LibNum

instance.LibNum = value
public virtual short LibNum { get; set; }
public:
virtual property short LibNum {
    short get ();
    void set (short value);
}
public function get LibNum () : short 
public function set LibNum (value : short)

Property Value

Type: System.Int16

Implements

_TypeLibInfo.LibNum

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace