UCOMITypeInfo.GetContainingTypeLib(UCOMITypeLib, Int32) Método

Definición

Recupera la biblioteca de tipos que contiene esta descripción de tipo y su índice dentro de esa biblioteca de tipos.

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)

Parámetros

ppTLB
UCOMITypeLib

Si la devolución es correcta, una referencia a la biblioteca de tipos contenedora.

pIndex
Int32

Si la devolución es correcta, una referencia al índice de la descripción de tipo dentro de la biblioteca de tipos contenedora.

Comentarios

Para obtener más información sobre ITypeInfo::GetContainingTypeLib, vea MSDN Library.

Se aplica a