Share via


_TLIApplication.TypeLibInfoFromRegistry 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 TypeLibInfoFromRegistry ( _
    TypeLibGuid As String, _
    MajorVersion As Short, _
    MinorVersion As Short, _
    LCID As Integer _
) As TypeLibInfo
'Usage
Dim instance As _TLIApplication 
Dim TypeLibGuid As String 
Dim MajorVersion As Short 
Dim MinorVersion As Short 
Dim LCID As Integer 
Dim returnValue As TypeLibInfo 

returnValue = instance.TypeLibInfoFromRegistry(TypeLibGuid, _
    MajorVersion, MinorVersion, LCID)
TypeLibInfo TypeLibInfoFromRegistry(
    string TypeLibGuid,
    short MajorVersion,
    short MinorVersion,
    int LCID
)
TypeLibInfo^ TypeLibInfoFromRegistry(
    [InAttribute] String^ TypeLibGuid, 
    [InAttribute] short MajorVersion, 
    [InAttribute] short MinorVersion, 
    [InAttribute] int LCID
)
function TypeLibInfoFromRegistry(
    TypeLibGuid : String, 
    MajorVersion : short, 
    MinorVersion : short, 
    LCID : int
) : TypeLibInfo

Parameters

Return Value

Type: TLI.TypeLibInfo

.NET Framework Security

See Also

Reference

_TLIApplication Interface

_TLIApplication Members

TLI Namespace