Share via


FilterConsumerInfoBar.ConsumerFilterTypes Property

Gets a collection of Web Part–to–Web Part connection interface types to which this filter consumer can connect.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Property Value

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

Remarks

This property can be set if a filter consumer can connect to filter providers that send data over interfaces other than ITransformableFilterValues. Informative connection messages appear in the FilterConsumerInfoBar when connections are made from parent of this object by using those interfaces.

See Also

Reference

FilterConsumerInfoBar Class

FilterConsumerInfoBar Members

Microsoft.SharePoint.WebPartPages Namespace