IVsExpansionIntellisenseHost.GetCurrentLevel(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 la position actuelle.
public:
int GetCurrentLevel([Runtime::InteropServices::Out] int % pLevel);
int GetCurrentLevel([Runtime::InteropServices::Out] int & pLevel);
public int GetCurrentLevel (out int pLevel);
abstract member GetCurrentLevel : int -> int
Public Function GetCurrentLevel (ByRef pLevel As Integer) As Integer
Paramètres
- pLevel
- Int32
[out] Position actuelle.
Retours
Si la méthode réussit, elle retourne VSConstants.S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
C++
À partir de singlefileeditor. idl :
HRESULT IVsExpansionIntellisenseHost::GetCurrentLevel([out] long *pLevel);