IVsTextLayerMarker::IsInvalidated Method ()

 

Determines whether a marker was invalidated.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

int IsInvalidated()

Return Value

Type: System::Int32

If 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();
Return to top
Show: