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

Définition

Lie à un membre spécifique en fonction d’une valeur DISPID connue, lorsque le nom du membre est inconnu (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 du membre.

invKind
INVOKEKIND

L’une des valeurs INVOKEKIND qui spécifient le type de membre identifié par memid.

pFuncIndex
Int32

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

S’applique à