DataViewWebPart.DataQueryNode 属性

获取或设置为 XML DataQuery属性。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property DataQueryNode As XmlElement
    Get
    Set
用法
Dim instance As DataViewWebPart
Dim value As XmlElement

value = instance.DataQueryNode

instance.DataQueryNode = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public XmlElement DataQueryNode { get; set; }

属性值

类型:System.Xml.XmlElement
包含的 XML 表示形式DataQuery属性System.Xml.XmlNode 。

另请参阅

引用

DataViewWebPart 类

DataViewWebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间