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


IVsTextLayer.GetBaseBuffer - метод

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

Синтаксис

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

Параметры

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

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

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsTextLayer::GetBaseBuffer(
   [out] IVsTextLines **ppiBuf
);

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

См. также

Ссылки

IVsTextLayer Интерфейс

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