XmlDataDocument.GetRowFromElement(XmlElement) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar den DataRow associerade med angiven XmlElement.
public:
System::Data::DataRow ^ GetRowFromElement(System::Xml::XmlElement ^ e);
public System.Data.DataRow? GetRowFromElement(System.Xml.XmlElement? e);
public System.Data.DataRow GetRowFromElement(System.Xml.XmlElement e);
member this.GetRowFromElement : System.Xml.XmlElement -> System.Data.DataRow
Public Function GetRowFromElement (e As XmlElement) As DataRow
Parametrar
Vars XmlElement associerade DataRow du vill hämta.
Returer
Innehåller DataRow en representation av XmlElement; null om det inte finns någon DataRow associerad med XmlElement.