ITypeFilterProvider::CanFilterType Method (Type^, Boolean)

 

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

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

bool CanFilterType(
	Type^ type,
	bool throwOnError
)

Parameters

type
Type: System::Type^

The Type to check for filtering.

throwOnError
Type: System::Boolean

true to throw an exception when the CanFilterType is processed; otherwise, false.

Return Value

Type: System::Boolean

true if the specified type can be filtered; otherwise, false.

.NET Framework
Available since 3.0
Return to top
Show: