Modifier

PropertyValueCollection.Remove(PropertyValue) Method

Definition

Removes the object from the collection of PropertyValue objects.

public:
 abstract bool Remove(System::Activities::Presentation::PropertyEditing::PropertyValue ^ propertyValue);
public abstract bool Remove (System.Activities.Presentation.PropertyEditing.PropertyValue propertyValue);
abstract member Remove : System.Activities.Presentation.PropertyEditing.PropertyValue -> bool
Public MustOverride Function Remove (propertyValue As PropertyValue) As Boolean

Parameters

propertyValue
PropertyValue

The item to remove from the collection.

Returns

true if removal is successful; otherwise, false.

Remarks

The host needs to ensure that the PropertyValue is invalid after the object is removed.

Applies to