XmlDataDocument.GetElementFromRow(DataRow) 方法

定義

取得與指定 XmlElement相關的 。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

參數

r
DataRow

DataRow你想取回的關聯XmlElement

傳回

包含 XmlElement 指定 DataRow的表示 。

適用於

另請參閱