IVsTextMacroHelper.RecordBookmarkNextPrev(Int32) Method

Definition

Records move to next or previous bookmark.

public:
 int RecordBookmarkNextPrev(int fNext);
public:
 int RecordBookmarkNextPrev(int fNext);
int RecordBookmarkNextPrev(int fNext);
public int RecordBookmarkNextPrev (int fNext);
abstract member RecordBookmarkNextPrev : int -> int
Public Function RecordBookmarkNextPrev (fNext As Integer) As Integer

Parameters

fNext
Int32

Flag indicating whether to move to next (true) or previous (false) 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::RecordBookmarkNextPrev(  
   BOOL fNext  
);  

Applies to