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
- ppTLib
Type: Microsoft.VisualStudio.OLE.Interop.ITypeLib%
- pIndex
Type: UInt32%
.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.