Partager via


IVsExpansionIntellisenseHost.SetText, méthode

Remplace l'étendue de texte dans une sélection d'expansion par le nouveau texte.

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

Syntaxe

'Déclaration
Function SetText ( _
    bstrText As String, _
    fReplaceAll As Integer _
) As Integer
int SetText(
    string bstrText,
    int fReplaceAll
)
int SetText(
    [InAttribute] String^ bstrText, 
    [InAttribute] int fReplaceAll
)
abstract SetText : 
        bstrText:string * 
        fReplaceAll:int -> int
function SetText(
    bstrText : String, 
    fReplaceAll : int
) : int

Paramètres

  • bstrText
    Type : String

    [in] chaîne d'Un contenant le nouveau texte.

  • fReplaceAll
    Type : Int32

    [in] si fReplaceAll est true, SetText remplace tout le texte dans la mémoire tampon (texte du préfixe). Sinon, SetText remplace une valeur dans la sélection ou l'insertion à l'emplacement de sélection s'il existe une sélection de longueur zéro.

Valeur de retour

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

Notes

C++

De singlefileeditor.idl :

HRESULT IVsExpansionIntellisenseHost::SetText([in] BSTR bstrText, [in] BOOL fReplaceAll);

Sécurité .NET Framework

Voir aussi

Référence

IVsExpansionIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms