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


IVsExpansionIntellisenseHost.GetText - метод

Возвращает текст диапазона текста расширения.

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

Синтаксис

'Декларация
Function GetText ( _
    <OutAttribute> ByRef bstrText As String _
) As Integer
int GetText(
    out string bstrText
)
int GetText(
    [OutAttribute] String^% bstrText
)
abstract GetText : 
        bstrText:string byref -> int
function GetText(
    bstrText : String
) : int

Параметры

  • bstrText
    Тип: String%

    [out] строка, содержащая текст расширения.

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

Тип: Int32
Если метод завершается успешно, возвращается VSConstants.S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

C++

Из singlefileeditor.idl:

HRESULT IVsExpansionIntellisenseHost::GetText([out] BSTR *bstrText);

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

См. также

Ссылки

IVsExpansionIntellisenseHost Интерфейс

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