IVsExpansionIntellisenseHost.GetCurrentLevel(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the current position.
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
Parameters
- pLevel
- Int32
[out] The current position.
Returns
If the method succeeds, it returns VSConstants.S_OK. If it fails, it returns an error code.
Remarks
C++
From singlefileeditor.idl:
HRESULT IVsExpansionIntellisenseHost::GetCurrentLevel([out] long *pLevel);