IVsTextLines.AdviseTextLinesEvents(IVsTextLinesEvents, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
public:
int AdviseTextLinesEvents(Microsoft::VisualStudio::TextManager::Interop::IVsTextLinesEvents ^ pSink, [Runtime::InteropServices::Out] System::UInt32 % pdwCookie);
int AdviseTextLinesEvents(Microsoft::VisualStudio::TextManager::Interop::IVsTextLinesEvents const & pSink, [Runtime::InteropServices::Out] unsigned int & pdwCookie);
public int AdviseTextLinesEvents (Microsoft.VisualStudio.TextManager.Interop.IVsTextLinesEvents pSink, out uint pdwCookie);
abstract member AdviseTextLinesEvents : Microsoft.VisualStudio.TextManager.Interop.IVsTextLinesEvents * uint32 -> int
Public Function AdviseTextLinesEvents (pSink As IVsTextLinesEvents, ByRef pdwCookie As UInteger) As Integer
Parameters
- pSink
- IVsTextLinesEvents
Do not use.
- pdwCookie
- UInt32
Do not use.