Compartir a través de


IVsTextLineMarker.ResetSpan (Método)

Restablece la posición de marcador de texto.

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

Sintaxis

'Declaración
Function ResetSpan ( _
    iStartLine As Integer, _
    iStartIndex As Integer, _
    iEndLine As Integer, _
    iEndIndex As Integer _
) As Integer
int ResetSpan(
    int iStartLine,
    int iStartIndex,
    int iEndLine,
    int iEndIndex
)
int ResetSpan(
    [InAttribute] int iStartLine, 
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndLine, 
    [InAttribute] int iEndIndex
)
abstract ResetSpan : 
        iStartLine:int * 
        iStartIndex:int * 
        iEndLine:int * 
        iEndIndex:int -> int
function ResetSpan(
    iStartLine : int, 
    iStartIndex : int, 
    iEndLine : int, 
    iEndIndex : int
) : int

Parámetros

  • iStartLine
    Tipo: Int32

    [in] Línea que contiene el principio de marcador de texto.

  • iStartIndex
    Tipo: Int32

    [in] Iniciar el índice del carácter del marcador de texto de la línea. Este valor debe ser menor o igual que la longitud de la línea.

  • iEndLine
    Tipo: Int32

    [in] Línea que contiene el final del marcador de texto.

  • iEndIndex
    Tipo: Int32

    [in] Índice del carácter final para el marcador de texto de la línea. este valor debe ser longitud de la línea.

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 IVsTextLineMarker::ResetSpan(
   [in] long iStartLine,
   [in] CharIndex iStartIndex,
   [in] long iEndLine
);

Utilice este método para cambiar la extensión de un marcador de texto

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLineMarker Interfaz

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