Share via


_TLIApplication.TypeInfoFromITypeInfo 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 TypeInfoFromITypeInfo ( _
    ptinfo As Object _
) As TypeInfo
'Usage
Dim instance As _TLIApplication 
Dim ptinfo As Object 
Dim returnValue As TypeInfo 

returnValue = instance.TypeInfoFromITypeInfo(ptinfo)
TypeInfo TypeInfoFromITypeInfo(
    Object ptinfo
)
TypeInfo^ TypeInfoFromITypeInfo(
    [InAttribute] Object^ ptinfo
)
function TypeInfoFromITypeInfo(
    ptinfo : Object
) : TypeInfo

Parameters

Return Value

Type: TLI.TypeInfo

.NET Framework Security

See Also

Reference

_TLIApplication Interface

_TLIApplication Members

TLI Namespace