AssemblyName._AssemblyName.GetTypeInfoCount(UInt32) Methode

Definitie

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

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

Parameters

pcTInfo
UInt32

Verwijst naar een locatie die het aantal type-informatieinterfaces van het object ontvangt.

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