Compartir a través de


IVsTextLines.AdviseTextLinesEvents (Método)

Sólo para uso interno de Microsoft.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

  • pdwCookie
    Tipo: UInt32%

    No utilizar.

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsTextLines Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)