TypeDescriptionProvider::IsSupportedType Method (Type^)

.NET Framework (current version)
 

Gets a value that indicates whether the specified type is compatible with the type description and its chain of type description providers.

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

public:
virtual bool IsSupportedType(
	Type^ type
)

Parameters

type
Type: System::Type^

The type to test for compatibility.

Return Value

Type: System::Boolean

true if type is compatible with the type description and its chain of type description providers; otherwise, false.

Exception Condition
ArgumentNullException

type is null.

.NET Framework
Available since 4.0
Return to top
Show: