IVsTextMacroHelper.RecordBookmarkSetClear(Int32) 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.
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
);