IVsTextLines.AdviseTextLinesEvents Method
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
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
Parameters
pSink
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextLinesEventsDo not use.
pdwCookie
Type: System.UInt32%Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.