UCOMITypeInfo.GetContainingTypeLib(UCOMITypeLib, Int32) Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Recupera a biblioteca de tipos que contém esta descrição de tipos e o seu índice dentro dessa 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
No retorno bem-sucedido, uma referência à biblioteca de tipos que contém.
- pIndex
- Int32
Após o retorno bem-sucedido, uma referência ao índice da descrição do tipo dentro da biblioteca de tipos que contém.
Observações
Para informações adicionais sobre ITypeInfo::GetContainingTypeLib, consulte a Biblioteca MSDN.