XPathNavigator.HasAttributes Proprietà

Definizione

Ottiene un valore che indica se il nodo corrente ha attributi.

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

Valore della proprietà

Boolean

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

Si applica a

Vedi anche