TypeDescriptionProvider.IsSupportedType(Type) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether the specified type is compatible with the type description and its chain of type description providers.
public:
 virtual bool IsSupportedType(Type ^ type);public virtual bool IsSupportedType(Type type);abstract member IsSupportedType : Type -> bool
override this.IsSupportedType : Type -> boolPublic Overridable Function IsSupportedType (type As Type) As BooleanParameters
- type
- Type
The type to test for compatibility.
Returns
true if type is compatible with the type description and its chain of type description providers; otherwise, false.
Exceptions
type is null.