MethodBase._MethodBase.GetTypeInfoCount(UInt32) Metodo
In questo articolo
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 delle interfacce di informazioni sul tipo fornite da un oggetto (0 o 1).
virtual void System.Runtime.InteropServices._MethodBase.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_MethodBase::GetTypeInfoCount;
void _MethodBase.GetTypeInfoCount(out uint pcTInfo);
abstract member System.Runtime.InteropServices._MethodBase.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._MethodBase.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _MethodBase.GetTypeInfoCount
- pcTInfo
- UInt32
Punta a una posizione che riceve il numero di interfacce di informazioni sul tipo fornite dall'oggetto.
L'accesso ad associazione tardiva con l'interfaccia IDispatch
di COM non è supportato.
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
Prodotto | Versioni |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |