IVsTextLayerMarker.IsInvalidated Method

Definition

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();  

Applies to