Share via


_TLIApplication.TypeLibInfoFromFile Method

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
Function TypeLibInfoFromFile ( _
    FileName As String _
) As TypeLibInfo
'Usage
Dim instance As _TLIApplication 
Dim FileName As String 
Dim returnValue As TypeLibInfo 

returnValue = instance.TypeLibInfoFromFile(FileName)
TypeLibInfo TypeLibInfoFromFile(
    string FileName
)
TypeLibInfo^ TypeLibInfoFromFile(
    [InAttribute] String^ FileName
)
function TypeLibInfoFromFile(
    FileName : String
) : TypeLibInfo

Parameters

Return Value

Type: TLI.TypeLibInfo

.NET Framework Security

See Also

Reference

_TLIApplication Interface

_TLIApplication Members

TLI Namespace