Bookmarks.Exists(String) Método

Definición

Determina si existe el marcador especificado.

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

Parámetros

Name
String

Un nombre de marcador.

Devoluciones

True si el marcador especificado existe, False si no.

Se aplica a