ITypeInfo2.GetContainingTypeLib(ITypeLib, Int32) 메서드

정의

이 형식 설명과 해당 형식 라이브러리에 있는 인덱스를 포함하는 형식 라이브러리를 검색합니다.

public:
 void GetContainingTypeLib([Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::ITypeLib ^ % ppTLB, [Runtime::InteropServices::Out] int % pIndex);
public void GetContainingTypeLib (out System.Runtime.InteropServices.ComTypes.ITypeLib ppTLB, out int pIndex);
abstract member GetContainingTypeLib : ITypeLib * int -> unit
Public Sub GetContainingTypeLib (ByRef ppTLB As ITypeLib, ByRef pIndex As Integer)

매개 변수

ppTLB
ITypeLib

이 메서드는 반환될 때 포함하는 형식 라이브러리에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

pIndex
Int32

이 메서드는 반환될 때 포함하는 형식 라이브러리에 있는 형식 설명의 인덱스에 대한 참조를 포함합니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

구현

설명

자세한 내용은 ITypeInfo::GetContainingTypeLib 메서드를 참조하세요.

적용 대상