XPathNavigator.HasAttributes Propiedad

Definición

Obtiene un valor que indica si el nodo actual tiene algún atributo.

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

Valor de propiedad

true si el nodo actual tiene atributos; devuelve false si el nodo actual no tiene atributos o si XPathNavigator no está situado en un nodo de elemento.

Se aplica a

Consulte también