Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITypeFilterProvider Interface

 
Note: This API is now obsolete.

Provides members that classes use to filter types that are displayed in class browser dialog boxes that are displayed by the workflow designer.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

[ObsoleteAttribute("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface class ITypeFilterProvider

NameDescription
System_CAPS_pubpropertyFilterDescription

Gets the description for the filter to be displayed on the class browser dialog box.

NameDescription
System_CAPS_pubmethodCanFilterType(Type^, Boolean)

Returns a value that indicates whether the specified type can be filtered.

System_CAPS_noteNote

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft