Partager via


IVsTextLayerMarker.ResetSpan, méthode

Position de marque de remises.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • iStartLine
    Type : Int32

    [in] à partir de la ligne.

  • iStartIndex
    Type : Int32

    [in] démarrant l'index de caractère dans la ligne (doit être la longueur de <= de la ligne).

  • iEndLine
    Type : Int32

    [in] terminant la ligne.

  • iEndIndex
    Type : Int32

    [in] index de caractère de fin dans la ligne (doit être la longueur de <= de la ligne).

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextLayerMarker::ResetSpan(
   [in] long iStartLine,
   [in] CharIndex iStartIndex,
   [in] long iEndLine
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextLayerMarker Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms