Método IVsExpansionIntellisenseHost.GetCurrentLevel
Retorna a posição atual.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
Function GetCurrentLevel ( _
<OutAttribute> ByRef pLevel As Integer _
) As Integer
int GetCurrentLevel(
out int pLevel
)
int GetCurrentLevel(
[OutAttribute] int% pLevel
)
abstract GetCurrentLevel :
pLevel:int byref -> int
function GetCurrentLevel(
pLevel : int
) : int
Parâmetros
pLevel
Tipo: Int32%[out] A posição atual.
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna VSConstants.S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
C++
De singlefileeditor.idl:
HRESULT IVsExpansionIntellisenseHost::GetCurrentLevel([out] long *pLevel);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.