UCOMITypeInfo.GetContainingTypeLib(UCOMITypeLib, Int32) メソッド

定義

この型の説明とそのタイプ ライブラリ内のインデックスを含むタイプ ライブラリを取得します。

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)

パラメーター

ppTLB
UCOMITypeLib

正常に戻った場合は、格納されているタイプ ライブラリへの参照。

pIndex
Int32

正常に戻った場合、包含タイプ ライブラリ内の型の説明のインデックスへの参照。

注釈

ITypeInfo::GetContainingTypeLibの詳細については、MSDN ライブラリを参照してください。

適用対象