UCOMITypeInfo.GetContainingTypeLib(UCOMITypeLib, Int32) Method

Definition

Retrieves the type library that contains this type description and its index within that type library.

public:
 void GetContainingTypeLib([Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMITypeLib ^ % ppTLB, [Runtime::InteropServices::Out] int % pIndex);
public void GetContainingTypeLib (out System.Runtime.InteropServices.UCOMITypeLib ppTLB, out int pIndex);
abstract member GetContainingTypeLib : UCOMITypeLib * int -> unit
Public Sub GetContainingTypeLib (ByRef ppTLB As UCOMITypeLib, ByRef pIndex As Integer)

Parameters

ppTLB
UCOMITypeLib

On successful return, a reference to the containing type library.

pIndex
Int32

On successful return, a reference to the index of the type description within the containing type library.

Remarks

For additional information about ITypeInfo::GetContainingTypeLib, see the MSDN Library.

Applies to