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 -> bool
Public Overridable Function IsSupportedType (type As Type) As Boolean
Parameters
- 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
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.