ITypeFilterProvider Interface

Definition

Caution

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

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

public interface class ITypeFilterProvider
public interface ITypeFilterProvider
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface ITypeFilterProvider
type ITypeFilterProvider = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ITypeFilterProvider = interface
Public Interface ITypeFilterProvider
Derived
Attributes

Remarks

Note

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

Properties

FilterDescription

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

Methods

CanFilterType(Type, Boolean)

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

Applies to