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