UCOMITypeInfo.GetIDsOfNames(String[], Int32, Int32[]) Metoda

Definice

Mapuje mezi názvy členů a ID členů a názvy parametrů a ID parametrů.

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())

Parametry

rgszNames
String[]

Po úspěšném návratu pole názvů, které se mají mapovat.

cNames
Int32

Počet jmen, která se mají mapovat.

pMemId
Int32[]

Odkaz na pole, ve kterém jsou umístěny mapování názvů.

Poznámky

Další informace o ITypeInfo::GetIDsOfNamesnástroji naleznete v knihovně MSDN.

Platí pro