ITypeInfo.GetContainingTypeLib(ITypeLib, 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::ComTypes::ITypeLib ^ % ppTLB, [Runtime::InteropServices::Out] int % pIndex);
public void GetContainingTypeLib(out System.Runtime.InteropServices.ComTypes.ITypeLib ppTLB, out int pIndex);
abstract member GetContainingTypeLib : ITypeLib * int -> unit
Public Sub GetContainingTypeLib (ByRef ppTLB As ITypeLib, ByRef pIndex As Integer)

Parámetros

ppTLB
ITypeLib

Cuando este método devuelve, contiene una referencia a la biblioteca de tipos contenedora. Este parámetro se pasa sin inicializar.

pIndex
Int32

Cuando este método devuelve, contiene una referencia al índice de la descripción de tipo dentro de la biblioteca de tipos contenedora. Este parámetro se pasa sin inicializar.

Comentarios

Para obtener más información, vea Método ITypeInfo::GetContainingTypeLib.

Se aplica a