Share via


ITypeInfo.GetContainingTypeLib Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub GetContainingTypeLib ( _
    <OutAttribute> ByRef ppTLib As ITypeLib, _
    <OutAttribute> ByRef pIndex As UInteger _
)
void GetContainingTypeLib(
    out ITypeLib ppTLib,
    out uint pIndex
)
void GetContainingTypeLib(
    [OutAttribute] ITypeLib^% ppTLib, 
    [OutAttribute] unsigned int% pIndex
)
abstract GetContainingTypeLib : 
        ppTLib:ITypeLib byref * 
        pIndex:uint32 byref -> unit
function GetContainingTypeLib(
    ppTLib : ITypeLib, 
    pIndex : uint
)

Parameters

.NET Framework Security

See Also

Reference

ITypeInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace