_TypeLibInfo.BestEquivalentType 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 BestEquivalentType ( _
    TypeInfoName As String _
) As String
'Usage
Dim instance As _TypeLibInfo 
Dim TypeInfoName As String 
Dim value As String 

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

Parameters

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

_TypeLibInfo Interface

_TypeLibInfo Members

TLI Namespace