Bookmarks.Exists(String) 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.
Determines whether the specified bookmark exists.
public:
bool Exists(System::String ^ Name);
public bool Exists (string Name);
abstract member Exists : string -> bool
Public Function Exists (Name As String) As Boolean
Parameters
- Name
- String
A bookmark name.
Returns
True if the specified bookmark exists, False if not.