Freigeben über


IVsTextMacroHelper.RecordBookmarkClearAll-Methode

Löscht alle Lesezeichen.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function RecordBookmarkClearAll As Integer
int RecordBookmarkClearAll()
int RecordBookmarkClearAll()
abstract RecordBookmarkClearAll : unit -> int
function RecordBookmarkClearAll() : int

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextMacroHelper::RecordBookmarkClearAll();

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextMacroHelper Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace