FilterProviderInfoBar.ProviderFilterTypes property

A collection of Web Part–to–Web Part connection interface types to which this filter provider can connect.

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

Syntax

'Declaration
Public ReadOnly Property ProviderFilterTypes As Collection(Of Type)
    Get
'Usage
Dim instance As FilterProviderInfoBar
Dim value As Collection(Of Type)

value = instance.ProviderFilterTypes
public Collection<Type> ProviderFilterTypes { get; }

Property value

Type: System.Collections.ObjectModel.Collection<Type>

Remarks

This property can be set if a filter provider can connect to filter consumers that receive data over interfaces other than IFilterValues. Informative connection messages appear in FilterProviderInfoBarwhen connections are made from the parent by using those interfaces.

See also

Reference

FilterProviderInfoBar class

FilterProviderInfoBar members

Microsoft.SharePoint.WebPartPages namespace