XmlDataDocument.GetElementFromRow(DataRow) Méthode
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.
Récupère l’associé XmlElement au fichier spécifié DataRow.
public:
System::Xml::XmlElement ^ GetElementFromRow(System::Data::DataRow ^ r);
public System.Xml.XmlElement GetElementFromRow(System.Data.DataRow r);
member this.GetElementFromRow : System.Data.DataRow -> System.Xml.XmlElement
Public Function GetElementFromRow (r As DataRow) As XmlElement
Paramètres
- r
- DataRow
Dont DataRow vous souhaitez récupérer l’élément associé XmlElement .
Retours
Contenant XmlElement une représentation de l’objet spécifié DataRow.