_TypeLibInfo.GetTypeInfoNumber 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
ReadOnly Property GetTypeInfoNumber ( _
    Name As String _
) As Short
'Usage
Dim instance As _TypeLibInfo 
Dim Name As String 
Dim value As Short 

value = instance.GetTypeInfoNumber(Name)
short this[
    string Name
] { get; }
property short GetTypeInfoNumber[[InAttribute] String^ Name] {
    short get ([InAttribute] String^ Name);
}
JScript does not support indexed properties.

Parameters

Property Value

Type: System.Int16

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace