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 库。