The following tables list the members exposed by Command.CommandPropertyDescriptor.
Name | Description | |
---|---|---|
Command.CommandPropertyDescriptor Constructor | Constructor of the dynamic property descriptor. |
Name | Description | |
---|---|---|
Attributes | Gets the collection of attributes for this member. (Inherited from System.ComponentModel.MemberDescriptor) | |
Category | Gets the name of the category to which the member belongs, as specified in the CategoryAttribute. (Inherited from System.ComponentModel.MemberDescriptor) | |
ComponentType | Overridden. Gets the type of the component this property is bound to. | |
Converter | Gets the type converter for this property. (Inherited from System.ComponentModel.PropertyDescriptor) | |
Description | Gets the description of the member, as specified in the DescriptionAttribute. (Inherited from System.ComponentModel.MemberDescriptor) | |
DesignTimeOnly | Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute. (Inherited from System.ComponentModel.MemberDescriptor) | |
DisplayName | Overridden. Gets the name that can be displayed in a window, such as a Properties window. | |
IsBrowsable | Overridden. Gets a value indicating whether this property is browsable. | |
IsLocalizable | Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute. (Inherited from System.ComponentModel.PropertyDescriptor) | |
IsReadOnly | Overridden. Gets a value indicating whether this property is read-only. | |
Name | Gets the name of the member. (Inherited from System.ComponentModel.MemberDescriptor) | |
PropertyType | Overridden. Gets the type of the property. | |
SerializationVisibility | Gets a value indicating whether this property should be serialized, as specified in the DesignerSerializationVisibilityAttribute. (Inherited from System.ComponentModel.PropertyDescriptor) | |
SupportsChangeEvents | Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor. (Inherited from System.ComponentModel.PropertyDescriptor) |
Name | Description | |
---|---|---|
AttributeArray | Gets or sets an array of attributes. (Inherited from System.ComponentModel.MemberDescriptor) | |
NameHashCode | Gets the hash code for the name of the member, as specified in GetHashCode. (Inherited from System.ComponentModel.MemberDescriptor) |
Name | Description | |
---|---|---|
AddValueChanged | Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor) | |
CanResetValue | Overridden. Returns whether resetting an object changes its value. | |
Equals | Compares this to another object to see if they are equivalent. (Inherited from System.ComponentModel.PropertyDescriptor) | |
GetChildProperties | Overloaded. Returns the default PropertyDescriptorCollection. (Inherited from System.ComponentModel.PropertyDescriptor) | |
GetEditor | Gets an editor of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor) | |
GetHashCode | Returns the hash code for this object. (Inherited from System.ComponentModel.PropertyDescriptor) | |
GetValue | Overridden. Gets the current value of the property on a component. | |
RemoveValueChanged | Enables other objects to be notified when this property changes. (Inherited from System.ComponentModel.PropertyDescriptor) | |
ResetValue | Overridden. Resets the value for this property of the component to the default value. | |
SetValue | Overridden. Sets the value of the component to a different value. | |
ShouldSerializeValue | Overridden. Determines a value indicating whether the value of this property needs to be persisted. |
Name | Description | |
---|---|---|
CreateAttributeCollection | Creates a collection of attributes using the array of attributes passed to the constructor. (Inherited from System.ComponentModel.MemberDescriptor) | |
CreateInstance | Creates an instance of the specified type. (Inherited from System.ComponentModel.PropertyDescriptor) | |
FillAttributes | Adds the attributes of the PropertyDescriptor to the specified list of attributes in the parent class. (Inherited from System.ComponentModel.PropertyDescriptor) | |
GetInvocationTarget | This method returns the object that should be used during invocation of members. (Inherited from System.ComponentModel.PropertyDescriptor) | |
GetTypeFromName | Returns a type using its name. (Inherited from System.ComponentModel.PropertyDescriptor) | |
GetValueChangedHandler | Retrieves the current set of ValueChanged event handlers for a specific component (Inherited from System.ComponentModel.PropertyDescriptor) | |
OnValueChanged | Raises the ValueChanged event that you implemented. (Inherited from System.ComponentModel.PropertyDescriptor) |