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 ライブラリを参照してください。

適用対象