IVsCompletionSetEx.GetFilterLevel(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.
Retourne le niveau de filtre actif.
public:
int GetFilterLevel([Runtime::InteropServices::Out] int % iFilterLevel);
int GetFilterLevel([Runtime::InteropServices::Out] int & iFilterLevel);
public int GetFilterLevel (out int iFilterLevel);
abstract member GetFilterLevel : int -> int
Public Function GetFilterLevel (ByRef iFilterLevel As Integer) As Integer
Paramètres
- iFilterLevel
- Int32
[out] Retourne le niveau de filtre actuel.
Retours
En cas de réussite, retourne S_OK. S'il n'existe aucun filtre, retourne S_FALSE ; sinon, retourne un code d'erreur.
Remarques
Signature COM
À partir de textmgr2. idl :
HRESULT IVsCompletionSetEx::GetFilterLevel(
[out] long *iFilterLevel
);
Le niveau de filtre détermine l’onglet, courant (le niveau de filtre est égal à 0) ou tout (le niveau de filtre 1) est affiché.