MemberInfo._MemberInfo.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) Metodo
Definizione
Esegue il mapping di un set di nomi a un set corrispondente di ID dispatch.Maps a set of names to a corresponding set of dispatch identifiers.
virtual void System.Runtime.InteropServices._MemberInfo.GetIDsOfNames(Guid % riid, IntPtr rgszNames, System::UInt32 cNames, System::UInt32 lcid, IntPtr rgDispId) = System::Runtime::InteropServices::_MemberInfo::GetIDsOfNames;
void _MemberInfo.GetIDsOfNames (ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
abstract member System.Runtime.InteropServices._MemberInfo.GetIDsOfNames : Guid * nativeint * uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._MemberInfo.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 _MemberInfo.GetIDsOfNames
Parametri
- riid
- Guid
Riservato per usi futuri.Reserved for future use. Deve essere IID_NULL.Must be IID_NULL.
- rgszNames
- IntPtr
Matrice di nomi passata di cui eseguire il mapping.Passed-in array of names to be mapped.
- cNames
- UInt32
Conteggio dei nomi di cui eseguire il mapping.Count of the names to be mapped.
- lcid
- UInt32
Contesto delle impostazioni locali in cui interpretare i nomi.The locale context in which to interpret the names.
- rgDispId
- IntPtr
Matrice allocata dal chiamante che riceve gli ID corrispondenti ai nomi.Caller-allocated array which receives the IDs corresponding to the names.
Implementazioni
Eccezioni
Il metodo viene chiamato ad associazione tardiva usando l'interfaccia COM IDispatch
.The method is called late-bound using the COM IDispatch
interface.
Commenti
Questo metodo consente di accedere alle classi gestite da codice non gestito e non deve essere chiamato dal codice gestito.This method is for access to managed classes from unmanaged code, and should not be called from managed code. Per ulteriori informazioni, vedere IDispatch:: GetIDsOfNames.For more information, see IDispatch::GetIDsOfNames.