This document is archived and information here might be outdated. Recommended version. |
Creates a bookmark on the current token and assigns it a name. Only works if you use ReadFromString(), otherwise returns E_FAIL.
[Visual Basic .NET]
Public Sub SetBookmark ( _
ByVal Name As String _
)
[C#]
public void SetBookmark (
string Name
);
[C++]
HRESULT SetBookmark(
BSTR Name
);
[C++] Parameters Name [in]
Name is a parameter of type BSTR