IVsTextLayerMarker.Invalidate Method

Definition

Prevents a marker from appearing in the UI, even if there are lingering references to it.

public:
 int Invalidate();
public:
 int Invalidate();
int Invalidate();
public int Invalidate ();
abstract member Invalidate : unit -> int
Public Function Invalidate () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextLayerMarker::Invalidate();  

Applies to