Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.