TLIApplicationClass.TypeInfoFromRecordVariant 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
Public Overridable Function TypeInfoFromRecordVariant ( _
    ByRef RecordVariant As Object _
) As TypeInfo
'Usage
Dim instance As TLIApplicationClass 
Dim RecordVariant As Object 
Dim returnValue As TypeInfo 

returnValue = instance.TypeInfoFromRecordVariant(RecordVariant)
public virtual TypeInfo TypeInfoFromRecordVariant(
    ref Object RecordVariant
)
public:
virtual TypeInfo^ TypeInfoFromRecordVariant(
    [InAttribute] Object^% RecordVariant
)
public function TypeInfoFromRecordVariant(
    RecordVariant : Object
) : TypeInfo

Parameters

Return Value

Type: TLI.TypeInfo

Implements

_TLIApplication.TypeInfoFromRecordVariant(Object%)

.NET Framework Security

See Also

Reference

TLIApplicationClass Class

TLIApplicationClass Members

TLI Namespace