Bookmark.Empty Propriété
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.
Retourne une valeur qui indique si le signet spécifié est vide.
public:
property bool Empty { bool get(); };
public bool Empty { get; }
member this.Empty : bool
Public ReadOnly Property Empty As Boolean
Valeur de propriété
Remarques
Un signet vide marque un emplacement (une sélection réduite) ; il ne marque aucun texte.
Si le signet spécifié n'existe pas, une erreur se produit. Utilisez la Exists(String) méthode pour déterminer si le signet existe.