Attribute._Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) 메서드
정의
이름 집합을 해당하는 디스패치 식별자 집합에 매핑합니다.Maps a set of names to a corresponding set of dispatch identifiers.
virtual void System.Runtime.InteropServices._Attribute.GetIDsOfNames(Guid % riid, IntPtr rgszNames, System::UInt32 cNames, System::UInt32 lcid, IntPtr rgDispId) = System::Runtime::InteropServices::_Attribute::GetIDsOfNames;
void _Attribute.GetIDsOfNames (ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
abstract member System.Runtime.InteropServices._Attribute.GetIDsOfNames : Guid * nativeint * uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._Attribute.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 _Attribute.GetIDsOfNames
매개 변수
- riid
- Guid
나중에 사용하기 위해 예약되어 있습니다.Reserved for future use. IID_NULL이어야 합니다.Must be IID_NULL.
- rgszNames
- IntPtr
매핑할 전달된 이름의 배열입니다.Passed-in array of names to be mapped.
- cNames
- UInt32
매핑할 이름의 수입니다.Count of the names to be mapped.
- lcid
- UInt32
이름을 해석할 로캘 컨텍스트입니다.The locale context in which to interpret the names.
- rgDispId
- IntPtr
이름에 해당하는 ID를 받는 호출자가 할당한 배열입니다.Caller-allocated array that receives the IDs corresponding to the names.
구현
예외
COM IDispatch
인터페이스를 사용하는 런타임에 바인딩된 액세스는 지원되지 않습니다.Late-bound access using the COM IDispatch
interface is not supported.
설명
이 메서드는 비관리 코드에서 액세스를 위한 관리 되는 클래스에는 하며 관리 코드에서 호출할 수 없습니다.This method is for access to managed classes from unmanaged code, and should not be called from managed code. 자세한 내용은 IDispatch:: idispatch.getidsofnames를 참조 하세요.For more information, see IDispatch::GetIDsOfNames.