Partager via


IVsIntellisenseHost_Corrected.ReplaceSubjectTextSpan, méthode

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

Syntaxe

'Déclaration
Function ReplaceSubjectTextSpan ( _
    iStartIndex As Integer, _
    iEndIndex As Integer, _
    pszText As String _
) As Integer
int ReplaceSubjectTextSpan(
    int iStartIndex,
    int iEndIndex,
    string pszText
)
int ReplaceSubjectTextSpan(
    [InAttribute] int iStartIndex, 
    [InAttribute] int iEndIndex, 
    [InAttribute] String^ pszText
)
abstract ReplaceSubjectTextSpan : 
        iStartIndex:int * 
        iEndIndex:int * 
        pszText:string -> int
function ReplaceSubjectTextSpan(
    iStartIndex : int, 
    iEndIndex : int, 
    pszText : String
) : int

Paramètres

  • iStartIndex
    Type : Int32
  • iEndIndex
    Type : Int32
  • pszText
    Type : String

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseHost_Corrected Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms