ITypeInfo2.GetVarIndexOfMemId(Int32, 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 nom connu DISPID, où le nom du membre n’est pas connu (par exemple, lors de la liaison à un membre par défaut).
public:
void GetVarIndexOfMemId(int memid, [Runtime::InteropServices::Out] int % pVarIndex);
public void GetVarIndexOfMemId(int memid, out int pVarIndex);
abstract member GetVarIndexOfMemId : int * int -> unit
Public Sub GetVarIndexOfMemId (memid As Integer, ByRef pVarIndex As Integer)
Paramètres
- memid
- Int32
Identificateur de membre.
- pVarIndex
- Int32
Lorsque cette méthode est retournée, contient un index de memid. Ce paramètre est passé non initialisé.