IVsTextLayerMarker.IsInvalidated 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.
Determines whether a marker was invalidated.
public:
int IsInvalidated();
public:
int IsInvalidated();
int IsInvalidated();
public int IsInvalidated ();
abstract member IsInvalidated : unit -> int
Public Function IsInvalidated () As Integer
Returns
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.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextLayerMarker::IsInvalidated();