IVsCompletionSetEx.GetFilterLevel(Int32) Méthode

Définition

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

Int32

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é.

S’applique à