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