TypeLibInfoClass.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
Public Overridable ReadOnly Property BestEquivalentType ( _
    TypeInfoName As String _
) As String
'Usage
Dim instance As TypeLibInfoClass 
Dim TypeInfoName As String 
Dim value As String 

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

Parameters

Property Value

Type: System.String

Implements

_TypeLibInfo.BestEquivalentType[String]

.NET Framework Security

See Also

Reference

TypeLibInfoClass Class

TypeLibInfoClass Members

TLI Namespace