Método UCOMITypeInfo.GetContainingTypeLib (UCOMITypeLib, Int32)
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Recupera a biblioteca de tipos que contém essa descrição de tipo e seu índice dentro dessa biblioteca de tipos.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
void GetContainingTypeLib(
out UCOMITypeLib ppTLB,
out int pIndex
)
void GetContainingTypeLib(
[OutAttribute] UCOMITypeLib^% ppTLB,
[OutAttribute] int% pIndex
)
abstract GetContainingTypeLib :
ppTLB:UCOMITypeLib byref *
pIndex:int byref -> unit
Sub GetContainingTypeLib (
<OutAttribute> ByRef ppTLB As UCOMITypeLib,
<OutAttribute> ByRef pIndex As Integer
)
Parâmetros
ppTLB
Type: System.Runtime.InteropServices.UCOMITypeLibNo retorno bem-sucedido, uma referência à biblioteca de tipos recipiente.
pIndex
Type: System.Int32No retorno bem-sucedido, uma referência ao índice da descrição do tipo dentro da biblioteca de tipos recipiente.
Comentários
Para obter informações adicionais sobre ITypeInfo::GetContainingTypeLib, consulte a biblioteca MSDN.
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Interface UCOMITypeInfo
Namespace System.Runtime.InteropServices
Retornar ao início