ITypeInfo2.GetFuncIndexOfMemId(Int32, INVOKEKIND, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.