DataFormWebPart.FilterOperations property
取得字典,用於欄位名稱] 和 [欄位] 作業之間的對應作業。這項資訊用來篩選資料。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public ReadOnly Property FilterOperations As Dictionary(Of String, FilterOperation)
Get
'用途
Dim instance As DataFormWebPart
Dim value As Dictionary(Of String, FilterOperation)
value = instance.FilterOperations
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public Dictionary<string, FilterOperation> FilterOperations { get; }
Property value
Type: System.Collections.Generic.Dictionary<String, FilterOperation>
集合,做為欄位名稱] 和 [欄位] 作業之間對應的字典。
備註
篩選作業用來執行臨機操作資料的篩選。這個臨機操作的篩選是不同於資料來源控制項中執行的篩選。