Share via


TextSelection.SetBookmark Method

Sets an unnamed bookmark on the current line in the buffer.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Sub SetBookmark
'Usage
Dim instance As TextSelection

instance.SetBookmark()
void SetBookmark()
void SetBookmark()
function SetBookmark()

.NET Framework Security

See Also

Reference

TextSelection Interface

TextSelection Members

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples