XPathNavigator.HasAttributes Proprietà

Definizione

Ottiene un valore che indica se il nodo corrente dispone di attributi.

public:
 abstract property bool HasAttributes { bool get(); };
public:
 virtual property bool HasAttributes { bool get(); };
public abstract bool HasAttributes { get; }
public virtual bool HasAttributes { get; }
member this.HasAttributes : bool
Public MustOverride ReadOnly Property HasAttributes As Boolean
Public Overridable ReadOnly Property HasAttributes As Boolean

Valore della proprietà

true se il nodo corrente ha attributi; restituisce false se il nodo corrente non dispone di attributi o se XPathNavigator non è posizionato in un nodo di elemento.

Si applica a

Vedi anche