ITypeInfo2.GetFuncIndexOfMemId(Int32, INVOKEKIND, Int32) Méthode

Définition

Lie à un membre spécifique basé sur un DISPID connu, où le nom du membre n’est pas connu (par exemple, lors de la liaison à un membre par défaut).

public:
 void GetFuncIndexOfMemId(int memid, System::Runtime::InteropServices::ComTypes::INVOKEKIND invKind, [Runtime::InteropServices::Out] int % pFuncIndex);
public void GetFuncIndexOfMemId(int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, out int pFuncIndex);
abstract member GetFuncIndexOfMemId : int * System.Runtime.InteropServices.ComTypes.INVOKEKIND * int -> unit
Public Sub GetFuncIndexOfMemId (memid As Integer, invKind As INVOKEKIND, ByRef pFuncIndex As Integer)

Paramètres

memid
Int32

Identificateur de membre.

invKind
INVOKEKIND

Une des INVOKEKIND valeurs qui spécifie le type de membre identifié par memid.

pFuncIndex
Int32

Lorsque cette méthode est retournée, contient un index dans la fonction. Ce paramètre est passé non initialisé.

S’applique à