ModuleBuilder._ModuleBuilder.GetIDsOfNames 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 멤버에 대한 설명은 을 참조하세요 GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr).
virtual void System.Runtime.InteropServices._ModuleBuilder.GetIDsOfNames(Guid % riid, IntPtr rgszNames, System::UInt32 cNames, System::UInt32 lcid, IntPtr rgDispId) = System::Runtime::InteropServices::_ModuleBuilder::GetIDsOfNames;
void _ModuleBuilder.GetIDsOfNames(ref Guid riid, IntPtr rgszNames, uint cNames, uint lcid, IntPtr rgDispId);
abstract member System.Runtime.InteropServices._ModuleBuilder.GetIDsOfNames : Guid * nativeint * uint32 * uint32 * nativeint -> unit
override this.System.Runtime.InteropServices._ModuleBuilder.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 _ModuleBuilder.GetIDsOfNames
매개 변수
- riid
- Guid
향후 사용을 위해 예약됨. IID_NULL 합니다.
- rgszNames
-
IntPtr
nativeint
매핑할 이름의 전달된 배열입니다.
- cNames
- UInt32
매핑할 이름 수입니다.
- lcid
- UInt32
이름을 해석할 로캘 컨텍스트입니다.
- rgDispId
-
IntPtr
nativeint
이름에 해당하는 ID를 수신하는 호출자 할당 배열입니다.
구현
예외
COM 인터페이스를 사용하여 메서드를 런타임에 바인딩된 IDispatch 메서드라고 합니다.
설명
이 메서드는 관리되지 않는 코드에서 관리되는 클래스에 액세스하기 위한 것이며 관리 코드에서 호출해서는 안 됩니다. 자세한 내용은 IDispatch::GetIDsOfNames를 참조하세요.
이 멤버는 명시적 인터페이스 멤버 구현입니다. 인스턴스가 인터페이스로 ModuleBuilder 캐스팅 _ModuleBuilder 되는 경우에만 사용할 수 있습니다.