IVsCompletionSet.GetCount 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.
Retourne le nombre d'éléments figurant dans le jeu de saisies semi-automatiques.
public:
int GetCount();
public:
int GetCount();
int GetCount();
public int GetCount ();
abstract member GetCount : unit -> int
Public Function GetCount () As Integer
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de textmgr. idl :
HRESULT IVsCompletionSet::GetCount();