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


VsTextBufferCoordinatorClass.GetPrimaryBuffer - метод

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

Синтаксис

'Декларация
Public Overridable Function GetPrimaryBuffer ( _
    <OutAttribute> ByRef ppBuffer As IVsTextLines _
) As Integer
public virtual int GetPrimaryBuffer(
    out IVsTextLines ppBuffer
)
public:
virtual int GetPrimaryBuffer(
    [OutAttribute] IVsTextLines^% ppBuffer
)
abstract GetPrimaryBuffer : 
        ppBuffer:IVsTextLines byref -> int  
override GetPrimaryBuffer : 
        ppBuffer:IVsTextLines byref -> int
public function GetPrimaryBuffer(
    ppBuffer : IVsTextLines
) : int

Параметры

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

Тип: Int32

Реализации

IVsTextBufferCoordinator.GetPrimaryBuffer(IVsTextLines%)

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

См. также

Ссылки

VsTextBufferCoordinatorClass Класс

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