DataFormWebPart._receivedFilterData field
儲存從網頁組件] 連線接收到的資料。稍後在頁面生命週期中,資料會套用到篩選器。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected _receivedFilterData As Collection(Of IDictionary)
'用途
Dim value As Collection(Of IDictionary)
value = Me._receivedFilterData
Me._receivedFilterData = value
protected Collection<IDictionary> _receivedFilterData