IVsTextLayerMarker::IsInvalidated Method ()
Visual Studio 2015
Determines whether a marker was invalidated.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Return Value
Type: System::Int32If the method succeeds, it returns S_OK if the marker was invalidated by a call to Invalidate S_FALSE means the marker was not invalidated.
From textmgr.idl:
HRESULT IVsTextLayerMarker::IsInvalidated();
Show: