ITypeInfo.GetIDsOfNames(String[], Int32, Int32[]) Method

Definition

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[]

An array of names to map.

cNames
Int32

The count of names to map.

pMemId
Int32[]

When this method returns, contains a reference to an array in which name mappings are placed. This parameter is passed uninitialized.

Remarks

For more information, see ITypeInfo::GetIDsOfNames method.

Applies to