UCOMITypeInfo.GetContainingTypeLib-Methode: (UCOMITypeLib, Int32)
Veröffentlicht: Oktober 2016
Ruft die Typbibliothek, die dieser Beschreibung und der zugehörige Index in die Typbibliothek enthält.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (in mscorlib.dll)
Syntax
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
)
Parameter
ppTLB
Type: System.Runtime.InteropServices.UCOMITypeLibBei erfolgreicher Rückgabe ein Verweis auf das enthaltende Typbibliothek.
pIndex
Type: System.Int32Bei erfolgreicher Rückgabe ein Verweis auf den Index, der Beschreibung des Typs innerhalb der enthaltenden Typbibliothek.
Hinweise
Weitere Informationen zu ITypeInfo::GetContainingTypeLib, finden Sie in der MSDN Library.
Versionsinformationen
.NET Framework
Verfügbar seit 1.1
Siehe auch
UCOMITypeInfo-Schnittstelle
System.Runtime.InteropServices-Namespace
Zurück zum Anfang