Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Method information not provided. Do not use this method.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function AdviseTextLinesEvents ( _
pSink As IVsTextLinesEvents, _
<OutAttribute> ByRef pdwCookie As UInteger _
) As Integer
public virtual int AdviseTextLinesEvents(
IVsTextLinesEvents pSink,
out uint pdwCookie
)
public:
virtual int AdviseTextLinesEvents(
[InAttribute] IVsTextLinesEvents^ pSink,
[OutAttribute] unsigned int% pdwCookie
)
abstract AdviseTextLinesEvents :
pSink:IVsTextLinesEvents *
pdwCookie:uint32 byref -> int
override AdviseTextLinesEvents :
pSink:IVsTextLinesEvents *
pdwCookie:uint32 byref -> int
public function AdviseTextLinesEvents(
pSink : IVsTextLinesEvents,
pdwCookie : uint
) : int
Parameters
- pSink
Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextLinesEvents
Do not use.
- pdwCookie
Type: System.UInt32%
Do not use.
Return Value
Type: System.Int32
Implements
IVsTextLines.AdviseTextLinesEvents(IVsTextLinesEvents, UInt32%)
.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.