IVsExpansionIntellisenseHost.GetCurrentLevel (Método)
Devuelve la posición actual.
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxis
'Declaración
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] La posición actual.
Valor devuelto
Tipo: Int32
si el método tiene éxito, devuelve VSConstants.S_OK.Si se produce un error, devuelve un código de error.
Comentarios
C++
de singlefileeditor.idl:
HRESULT IVsExpansionIntellisenseHost::GetCurrentLevel([out] long *pLevel);
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsExpansionIntellisenseHost Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)