XmlDataProvider.Document 属性

定义

获取或设置要用作绑定源的 XmlDocument

public:
 property System::Xml::XmlDocument ^ Document { System::Xml::XmlDocument ^ get(); void set(System::Xml::XmlDocument ^ value); };
public System.Xml.XmlDocument Document { get; set; }
member this.Document : System.Xml.XmlDocument with get, set
Public Property Document As XmlDocument

属性值

要用作绑定源的 XmlDocument。 默认值是 null

注解

XmlDataProvider 公开以下访问 XML 数据的方法。

XmlDataProvider 发生事件时 XmlDocument.NodeChanged ,对 上的所有绑定执行完全刷新。 没有针对特定节点进行优化。

Source如果设置了 属性,则放弃任何内联 XML 数据。 如果设置了 属性 Document ,则会清除该 Source 属性,并丢弃所有内联 XML 数据。

设置以下属性将隐式导致此 XmlDataProvider 对象刷新: SourceDocumentXmlNamespaceManagerXPath。 更改多个导致刷新的属性时,建议使用 DeferRefresh

适用于