_MethodInfo.GetTypeInfoCount(UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取物件提供的類型資訊介面數目 (0 或 1)。
public:
void GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo);
public void GetTypeInfoCount (out uint pcTInfo);
abstract member GetTypeInfoCount : uint32 -> unit
Public Sub GetTypeInfoCount (ByRef pcTInfo As UInteger)
參數
- pcTInfo
- UInt32
當這個方法傳回時,包含接收物件提供的類型資訊介面數目的位置指標。 這個參數會以未初始化的狀態傳遞。
備註
這個方法適用於從 Unmanaged 程式代碼存取 Managed 類別,不應從 Managed 程式代碼呼叫。 如需詳細資訊,請參閱 IDispatch::GetTypeInfoCount。