MemberInfo._MemberInfo.GetTypeInfoCount(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取物件提供的類型資訊介面數目 (0 或 1)。
virtual void System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_MemberInfo::GetTypeInfoCount;
void _MemberInfo.GetTypeInfoCount (out uint pcTInfo);
abstract member System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _MemberInfo.GetTypeInfoCount
參數
- pcTInfo
- UInt32
指向接收物件提供的類型資訊介面數目的位置。
實作
例外狀況
此方法是使用 COM IDispatch
介面進行晚期繫結呼叫。
備註
此方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。 如需詳細資訊,請參閱 IDispatch::GetTypeInfoCount。