XPathNavigator.HasAttributes 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.
Obtient une valeur indiquant si le nœud actuel a des attributs.
public:
virtual property bool HasAttributes { bool get(); };
public:
abstract property bool HasAttributes { bool get(); };
public virtual bool HasAttributes { get; }
public abstract bool HasAttributes { get; }
member this.HasAttributes : bool
Public Overridable ReadOnly Property HasAttributes As Boolean
Public MustOverride ReadOnly Property HasAttributes As Boolean
Valeur de propriété
true si le nœud actuel a des attributs ; retourne false si le nœud actuel n’a pas d’attributs ou si le XPathNavigator n’est pas positionné sur un nœud d’élément.