PropertyDescriptor Methods

 

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodAddValueChanged(Object^, EventHandler^)

Enables other objects to be notified when this property changes.

System_CAPS_pubmethodCanResetValue(Object^)

When overridden in a derived class, returns whether resetting an object changes its value.

System_CAPS_protmethodCreateAttributeCollection()

Creates a collection of attributes using the array of attributes passed to the constructor.(Inherited from MemberDescriptor.)

System_CAPS_protmethodCreateInstance(Type^)

Creates an instance of the specified type.

System_CAPS_pubmethodEquals(Object^)

Compares this to another object to see if they are equivalent.(Overrides MemberDescriptor::Equals(Object^).)

System_CAPS_protmethodFillAttributes(IList^)

Adds the attributes of the PropertyDescriptor to the specified list of attributes in the parent class.(Overrides MemberDescriptor::FillAttributes(IList^).)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetChildProperties()

Returns the default PropertyDescriptorCollection.

System_CAPS_pubmethodGetChildProperties(array<Attribute^>^)

Returns a PropertyDescriptorCollection using a specified array of attributes as a filter.

System_CAPS_pubmethodGetChildProperties(Object^)

Returns a PropertyDescriptorCollection for a given object.

System_CAPS_pubmethodGetChildProperties(Object^, array<Attribute^>^)

Returns a PropertyDescriptorCollection for a given object using a specified array of attributes as a filter.

System_CAPS_pubmethodGetEditor(Type^)

Gets an editor of the specified type.

System_CAPS_pubmethodGetHashCode()

Returns the hash code for this object.(Overrides MemberDescriptor::GetHashCode().)

System_CAPS_protmethodGetInvocationTarget(Type^, Object^)

This method returns the object that should be used during invocation of members.(Overrides MemberDescriptor::GetInvocationTarget(Type^, Object^).)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_protmethodGetTypeFromName(String^)

Returns a type using its name.

System_CAPS_pubmethodGetValue(Object^)

When overridden in a derived class, gets the current value of the property on a component.

System_CAPS_protmethodGetValueChangedHandler(Object^)

Retrieves the current set of ValueChanged event handlers for a specific component

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_protmethodOnValueChanged(Object^, EventArgs^)

Raises the ValueChanged event that you implemented.

System_CAPS_pubmethodRemoveValueChanged(Object^, EventHandler^)

Enables other objects to be notified when this property changes.

System_CAPS_pubmethodResetValue(Object^)

When overridden in a derived class, resets the value for this property of the component to the default value.

System_CAPS_pubmethodSetValue(Object^, Object^)

When overridden in a derived class, sets the value of the component to a different value.

System_CAPS_pubmethodShouldSerializeValue(Object^)

When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

Return to top
Show: