Bookmarks.Exists(String) 方法

定义

确定指定的书签是否存在。

public:
 bool Exists(System::String ^ Name);
public bool Exists (string Name);
abstract member Exists : string -> bool
Public Function Exists (Name As String) As Boolean

参数

Name
String

书签名称。

返回

如果指定的书签存在,则为 True;如果不存在,则为 False

适用于