EventBuilder._EventBuilder.GetTypeInfoCount(UInt32) Metodo

Definizione

Recupera il numero delle interfacce di informazioni sul tipo fornite da un oggetto (0 o 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

Parametri

pcTInfo
UInt32

Punta a una posizione che riceve il numero di interfacce di informazioni sul tipo fornite dall'oggetto.

Implementazioni

Eccezioni

Il metodo viene chiamato ad associazione tardiva usando l'interfaccia COM IDispatch .

Commenti

Questo metodo è destinato all'accesso alle classi gestite dal codice non gestito e non deve essere chiamato dal codice gestito. Per altre informazioni, vedere IDispatch::GetTypeInfoCount.

Si applica a