_TLIApplication.TypeLibInfoFromITypeLib 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 TypeLibInfoFromITypeLib ( _
pITypeLib As Object _
) As TypeLibInfo
'Usage
Dim instance As _TLIApplication
Dim pITypeLib As Object
Dim returnValue As TypeLibInfo
returnValue = instance.TypeLibInfoFromITypeLib(pITypeLib)
TypeLibInfo TypeLibInfoFromITypeLib(
Object pITypeLib
)
TypeLibInfo^ TypeLibInfoFromITypeLib(
[InAttribute] Object^ pITypeLib
)
function TypeLibInfoFromITypeLib(
pITypeLib : Object
) : TypeLibInfo
Parameters
- pITypeLib
Type: System.Object
Return Value
Type: TLI.TypeLibInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.