CustomAttributeBuilder::_CustomAttributeBuilder::GetTypeInfoCount Method (UInt32%)
.NET Framework (current version)
Retrieves the number of type information interfaces that an object provides (either 0 or 1).
Assembly: mscorlib (in mscorlib.dll)
private: virtual void GetTypeInfoCount( [OutAttribute] unsigned int% pcTInfo ) sealed = _CustomAttributeBuilder::GetTypeInfoCount
Parameters
- pcTInfo
-
Type:
System::UInt32%
Points to a location that receives the number of type information interfaces provided by the object.
| Exception | Condition |
|---|---|
| NotImplementedException | The method is called late-bound using the COM IDispatch interface. |
This method is for access to managed classes from unmanaged code, and should not be called from managed code. For more information about IDispatch::GetTypeInfoCount, see the MSDN Library.
.NET Framework
Available since 1.1
Available since 1.1
Show: