Share via


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

returnValue = instance.InterfaceInfoFromObject(Object)
InterfaceInfo InterfaceInfoFromObject(
    Object Object
)
InterfaceInfo^ InterfaceInfoFromObject(
    [InAttribute] Object^ Object
)
function InterfaceInfoFromObject(
    Object : Object
) : InterfaceInfo

Parameters

Return Value

Type: TLI.InterfaceInfo

.NET Framework Security

See Also

Reference

_TLIApplication Interface

_TLIApplication Members

TLI Namespace