Compartir a través de


IVsTextLayerMarker.GetCurrentSpan (Método)

Devuelve la posición actual del intervalo.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
Function GetCurrentSpan ( _
    <OutAttribute> pSpan As TextSpan() _
) As Integer
int GetCurrentSpan(
    TextSpan[] pSpan
)
int GetCurrentSpan(
    [OutAttribute] array<TextSpan>^ pSpan
)
abstract GetCurrentSpan : 
        pSpan:TextSpan[] byref -> int
function GetCurrentSpan(
    pSpan : TextSpan[]
) : int

Parámetros

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextLayerMarker::GetCurrentSpan(
   [out] TextSpan *pSpan
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLayerMarker Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)