UCOMITypeInfo.GetContainingTypeLib(UCOMITypeLib, Int32) Metod

Definition

Hämtar typbiblioteket som innehåller den här typbeskrivningen och dess index i det typbiblioteket.

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)

Parametrar

ppTLB
UCOMITypeLib

Vid lyckad retur, en referens till det innehållande typbiblioteket.

pIndex
Int32

Vid lyckad retur, en referens till indexet för typbeskrivningen i det innehållande typbiblioteket.

Kommentarer

Mer information om ITypeInfo::GetContainingTypeLibfinns i MSDN-biblioteket.

Gäller för