ITypeInfo.GetContainingTypeLib(ITypeLib, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取類型程式庫,其包含這個類型描述和它在該類型程式庫中的索引。
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 方法。