ModuleBuilder._ModuleBuilder.GetTypeInfoCount(UInt32) 方法

定義

關於此成員的描述,請參見 GetTypeInfoCount(UInt32)

 virtual void System.Runtime.InteropServices._ModuleBuilder.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_ModuleBuilder::GetTypeInfoCount;
void _ModuleBuilder.GetTypeInfoCount(out uint pcTInfo);
abstract member System.Runtime.InteropServices._ModuleBuilder.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._ModuleBuilder.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _ModuleBuilder.GetTypeInfoCount

參數

pcTInfo
UInt32

接收物件所提供的類型資訊介面數量的位置。

實作

例外狀況

此方法稱為使用COM IDispatch 介面的晚界(late-bound)。

備註

此方法用於從非受管理程式碼存取受管理類別,不應從受管理程式碼呼叫。 欲了解更多資訊,請參閱 IDispatch::GetTypeInfoCount

此成員為明確介面成員實作。 它只能在實 ModuleBuilder 例投射到 _ModuleBuilder 介面時使用。

適用於