Attribute._Attribute.GetTypeInfoCount(UInt32) Methode

Definitie

Hiermee wordt het aantal type-informatieinterfaces opgehaald dat een object biedt (0 of 1).

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

Parameters

pcTInfo
UInt32

Wanneer deze methode wordt geretourneerd, verwijst u naar een locatie die het aantal informatieinterfaces van het type ontvangt dat door het object wordt geleverd.

Implementeringen

Uitzonderingen

Late toegang via de COM-interface IDispatch wordt niet ondersteund.

Opmerkingen

Deze methode is bedoeld voor toegang tot beheerde klassen vanuit niet-beheerde code en mag niet worden aangeroepen vanuit beheerde code. Zie IDispatch::GetTypeInfoCount voor meer informatie.

Van toepassing op