IVsTextMacroHelper.RecordBookmarkSetClear(Int32) Method

Definition

Records set or clear the current bookmark.

public:
 int RecordBookmarkSetClear(int fSet);
public:
 int RecordBookmarkSetClear(int fSet);
int RecordBookmarkSetClear(int fSet);
public int RecordBookmarkSetClear (int fSet);
abstract member RecordBookmarkSetClear : int -> int
Public Function RecordBookmarkSetClear (fSet As Integer) As Integer

Parameters

fSet
Int32

Flag indicating whether to set (true) or clear (false) the bookmark.

Returns

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

Remarks

COM Signature

From textmgr.idl:

HRESULT IVsTextMacroHelper::RecordBookmarkSetClear(  
   BOOL fSet  
);  

Applies to