ReadingWritingEntityEventArgs.Data 属性

定义

获取表示为 XElement..

public:
 property System::Xml::Linq::XElement ^ Data { System::Xml::Linq::XElement ^ get(); };
public System.Xml.Linq.XElement Data { get; }
member this.Data : System.Xml.Linq.XElement
Public ReadOnly Property Data As XElement

属性值

XElement

注解

Atom 条目或馈送数据是从 GET 请求读取的,或者即将发送到数据服务的 POST 请求。

适用于