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


IVsTextLines.AdviseTextLinesEvents - метод

Только для внутреннего использования в корпорации Майкрософт.

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

Синтаксис

'Декларация
Function AdviseTextLinesEvents ( _
    pSink As IVsTextLinesEvents, _
    <OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
int AdviseTextLinesEvents(
    IVsTextLinesEvents pSink,
    out uint pdwCookie
)
int AdviseTextLinesEvents(
    [InAttribute] IVsTextLinesEvents^ pSink, 
    [OutAttribute] unsigned int% pdwCookie
)
abstract AdviseTextLinesEvents : 
        pSink:IVsTextLinesEvents * 
        pdwCookie:uint32 byref -> int
function AdviseTextLinesEvents(
    pSink : IVsTextLinesEvents, 
    pdwCookie : uint
) : int

Параметры

  • pdwCookie
    Тип: UInt32%

    Не используется.

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

Тип: Int32

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

См. также

Ссылки

IVsTextLines Интерфейс

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