共用方式為


IFilterValues interface

介面描述的資料提供者和消費者的提供者資料之間的互動的參數。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Interface IFilterValues
'用途
Dim instance As IFilterValues
public interface IFilterValues

備註

用戶端呼叫IFilter介面實作,在使用者的篩選案例中傳遞參數資料。這個介面是透過轉從篩選提供者而存取參數值的WebParts的WebPart連接介面。它可以讓消費者將描述它們支援,並允許篩選將篩選條件值傳送到篩選器取用者的提供者的參數。篩選器取用者會使用ConnectionConsumer屬性,表示它們可以接收篩選的連線。請注意篩選器提供者通常並不提供這個介面直接 ;它們藉由使用ITransformableFilterValues類別提供的介面。如此一來,連線會通過TransformableFilterValuesToFilterValuesTransformer類別中,允許設定連線。

請參閱

參照

IFilterValues members

Microsoft.SharePoint.WebPartPages namespace

About Filters

IFilter Sample

ITtransformableFilterValues

System.Web.UI.WebControls

其他資源

Filter Web Parts Overview

Web Part Connections Overview