Type._Type.GetTypeInfoCount(UInt32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Recupera il numero di interfacce di informazioni sul tipo fornite da un oggetto (0 o 1).
virtual void System.Runtime.InteropServices._Type.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_Type::GetTypeInfoCount;
void _Type.GetTypeInfoCount(out uint pcTInfo);
abstract member System.Runtime.InteropServices._Type.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._Type.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _Type.GetTypeInfoCount
Parametri
- pcTInfo
- UInt32
Quando termina, questo metodo punta a una posizione che riceve il numero di interfacce di informazioni sul tipo fornite dall'oggetto .
Implementazioni
Eccezioni
L'accesso con associazione tardiva tramite l'interfaccia COM IDispatch non è supportato.
Commenti
Questo metodo è destinato all'accesso alle classi gestite da codice non gestito e non deve essere chiamato dal codice gestito. Per altre informazioni, vedere IDispatch::GetTypeInfoCount.