MethodInfo._MethodInfo.GetIDsOfNames 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.
Esegue il mapping di un set di nomi a un set corrispondente di ID dispatch.
virtual void System.Runtime.InteropServices._MethodInfo.GetIDsOfNames(Guid % riid, IntPtr rgszNames, System::UInt32 cNames, System::UInt32 lcid, IntPtr rgDispId) = System::Runtime::InteropServices::_MethodInfo::GetIDsOfNames;
void _MethodInfo.GetIDsOfNames(ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
abstract member System.Runtime.InteropServices._MethodInfo.GetIDsOfNames : Guid * nativeint * uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._MethodInfo.GetIDsOfNames : Guid * nativeint * uint32 * uint32 * nativeint -> unit
Sub GetIDsOfNames (ByRef riid As Guid, rgszNames As IntPtr, cNames As UInteger, lcid As UInteger, rgDispId As IntPtr) Implements _MethodInfo.GetIDsOfNames
- riid
- Guid
Riservato per usi futuri. Deve essere IID_NULL.
- rgszNames
-
IntPtr
nativeint
Matrice di nomi passata di cui eseguire il mapping.
- cNames
- UInt32
Conteggio dei nomi di cui eseguire il mapping.
- lcid
- UInt32
Contesto delle impostazioni locali in cui interpretare i nomi.
- rgDispId
-
IntPtr
nativeint
Matrice allocata dal chiamante che riceve gli ID corrispondenti ai nomi.
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::GetIDsOfNames.
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: