IVsTextLayer::GetMarkerData Method (Int32, Int32, array<MARKERDATA>^)
Visual Studio 2015
Gets the marker data of the specified line span.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- iTopLine
-
Type:
System::Int32
[in] The top line.
- iBottomLine
-
Type:
System::Int32
[in] The bottom line.
- pMarkerData
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::MARKERDATA>^
[out] The marker data.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextLayer::GetMarkerData( [in] long iTopLine, [in] long iBottomLine, [out] MARKERDATA *pMarkerData );
Show: