DataNode.Node - Propriété
Obtient le nœud actuellement sélectionné.
Espace de noms : Microsoft.Web.CommandUI
Assembly : Microsoft.Web.CommandUI (dans Microsoft.Web.CommandUI.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Node As XmlNode
Get
'Utilisation
Dim instance As DataNode
Dim value As XmlNode
value = instance.Node
public XmlNode Node { get; }
Valeur de propriété
Type : System.Xml.XmlNode
L'objet XmlNode en cours.