Поделиться через


IVsTextViewIntellisenseHost_Corrected.ReplaceSubjectTextSpan - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.9.0 (в Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Синтаксис

'Декларация
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

Параметры

  • iStartIndex
    Тип: Int32
  • iEndIndex
    Тип: Int32
  • pszText
    Тип: String

Возвращаемое значение

Тип: Int32

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextViewIntellisenseHost_Corrected Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен