PropertyDescriptorWrapper Class
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.
public ref class PropertyDescriptorWrapper sealed : System::ComponentModel::PropertyDescriptor
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class PropertyDescriptorWrapper : System.ComponentModel.PropertyDescriptor
[<System.Runtime.InteropServices.ComVisible(false)>]
type PropertyDescriptorWrapper = class
inherit PropertyDescriptor
Public NotInheritable Class PropertyDescriptorWrapper
Inherits PropertyDescriptor
- Inheritance
-
PropertyDescriptorWrapper
- Attributes
Constructors
| PropertyDescriptorWrapper(Object, String, String, String) | |
| PropertyDescriptorWrapper(Object, String, String) |
Properties
| Category | |
| ComponentType | |
| Description | |
| DisplayName | |
| IsReadOnly | |
| PropertyType |
Methods
| CanResetValue(Object) | |
| GetValue(Object) | |
| ResetValue(Object) | |
| SetValue(Object, Object) | |
| ShouldSerializeValue(Object) |