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.
Assembly: System (in System.dll)
Parameters
- type
-
Type:
System.Type
The type to test for compatibility.
Return Value
Type: System.Booleantrue 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
Available since 4.0
Show: