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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.