Partager via


IVsTextView.ReplaceTextOnLine, méthode

Remplace le texte de ligne.

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

Syntaxe

'Déclaration
Function ReplaceTextOnLine ( _
    iLine As Integer, _
    iStartCol As Integer, _
    iCharsToReplace As Integer, _
    pszNewText As String, _
    iNewLen As Integer _
) As Integer
int ReplaceTextOnLine(
    int iLine,
    int iStartCol,
    int iCharsToReplace,
    string pszNewText,
    int iNewLen
)
int ReplaceTextOnLine(
    [InAttribute] int iLine, 
    [InAttribute] int iStartCol, 
    [InAttribute] int iCharsToReplace, 
    [InAttribute] String^ pszNewText, 
    [InAttribute] int iNewLen
)
abstract ReplaceTextOnLine : 
        iLine:int * 
        iStartCol:int * 
        iCharsToReplace:int * 
        pszNewText:string * 
        iNewLen:int -> int
function ReplaceTextOnLine(
    iLine : int, 
    iStartCol : int, 
    iCharsToReplace : int, 
    pszNewText : String, 
    iNewLen : int
) : int

Paramètres

  • iLine
    Type : Int32

    [in] entier contenant la ligne.

  • iStartCol
    Type : Int32

    [in] entier contenant la colonne de départ.

  • iCharsToReplace
    Type : Int32

    [in] entier contenant les personnages pour remplacer.

  • pszNewText
    Type : String

    [in] pointeur le nouveau texte étant passé dans.

  • iNewLen
    Type : Int32

    [in] longueur de la mémoire tampon (numéro de personnages) étant passée dans.

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 IVsTextView::ReplaceTextOnLine(
   [in] long iLine,
   [in] CharIndex iStartCol,
   [in] long iCharsToReplace,
   [in] const WCHAR *pszNewText,
   [in] long iNewLen
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextView Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms