UCOMITypeInfo.GetIDsOfNames(String[], Int32, Int32[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps between member names and member IDs, and parameter names and parameter IDs.
public:
void GetIDsOfNames(cli::array <System::String ^> ^ rgszNames, int cNames, cli::array <int> ^ pMemId);
public void GetIDsOfNames (string[] rgszNames, int cNames, int[] pMemId);
abstract member GetIDsOfNames : string[] * int * int[] -> unit
Public Sub GetIDsOfNames (rgszNames As String(), cNames As Integer, pMemId As Integer())
Parameters
- rgszNames
- String[]
On successful return, an array of names to map.
- cNames
- Int32
Count of names to map.
- pMemId
- Int32[]
Reference to an array in which name mappings are placed.
Remarks
For additional information about ITypeInfo::GetIDsOfNames
, see the MSDN Library.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา