EventBuilder._EventBuilder.GetTypeInfoCount(UInt32) Metod

Definition

Hämtar antalet typinformationsgränssnitt som ett objekt tillhandahåller (antingen 0 eller 1).

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

Parametrar

pcTInfo
UInt32

Pekar på en plats som tar emot antalet typinformationsgränssnitt som tillhandahålls av objektet.

Implementeringar

Undantag

Metoden kallas för sen bindning med hjälp av COM-gränssnittet IDispatch .

Kommentarer

Den här metoden är för åtkomst till hanterade klasser från ohanterad kod och bör inte anropas från hanterad kod. Mer information finns i IDispatch::GetTypeInfoCount.

Gäller för