Bookmarks.Exists(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le signet spécifié existe.
public:
bool Exists(System::String ^ Name);
public bool Exists (string Name);
abstract member Exists : string -> bool
Public Function Exists (Name As String) As Boolean
Paramètres
- Name
- String
Nom du signet.
Retours
True si le signet spécifié existe, False si ce n’est pas le cas.