IVsTextLayerMarker.Invalidate 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.
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();