获取从提供程序控件接收到的筛选信息。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
Public ReadOnly Property ConnectionFilters As Dictionary(Of String, String)
Get
用法
Dim instance As DataFormWebPart
Dim value As Dictionary(Of String, String)
value = instance.ConnectionFilters
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
public Dictionary<string, string> ConnectionFilters { get; }
属性值
类型:System.Collections.Generic.Dictionary<String, String>
已接收从提供程序控件的筛选器信息。
备注
Set 访问器没有任何影响。