AssemblyBuilder._AssemblyBuilder.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._AssemblyBuilder.GetTypeInfoCount([Runtime::InteropServices::Out] System::UInt32 % pcTInfo) = System::Runtime::InteropServices::_AssemblyBuilder::GetTypeInfoCount;
void _AssemblyBuilder.GetTypeInfoCount(out uint pcTInfo);
abstract member System.Runtime.InteropServices._AssemblyBuilder.GetTypeInfoCount : uint32 -> unit
override this.System.Runtime.InteropServices._AssemblyBuilder.GetTypeInfoCount : uint32 -> unit
Sub GetTypeInfoCount (ByRef pcTInfo As UInteger) Implements _AssemblyBuilder.GetTypeInfoCount
- pcTInfo
- UInt32
Punta a una posizione che riceve il numero di interfacce di informazioni sul tipo fornite dall'oggetto.
Il metodo viene chiamato ad associazione tardiva usando l'interfaccia COM IDispatch
.
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 |
Feedback su .NET
.NET è un progetto di open source. Selezionare un collegamento per fornire feedback: