TypeDescriptionProvider Constructor (TypeDescriptionProvider^)
.NET Framework (current version)
Initializes a new instance of the TypeDescriptionProvider class using a parent type description provider.
Assembly: System (in System.dll)
Parameters
- parent
-
Type:
System.ComponentModel::TypeDescriptionProvider^
The parent type description provider.
If the parent parameter is null, all TypeDescriptionProvider methods will return default values. Otherwise, all TypeDescriptionProvider methods will delegate to the methods of parent.
The following table shows the default return values for TypeDescriptionProvider methods.
Method | Default return value |
|---|---|
null | |
A newly created object through a call to the CreateInstance method. | |
A default instance of a CustomTypeDescriptor class. | |
A default instance of a CustomTypeDescriptor class. | |
The objectType first parameter. |
.NET Framework
Available since 2.0
Available since 2.0
Show: