PropertyValueCollection.Remove(PropertyValue) Method

Definition

public:
 abstract bool Remove(Microsoft::VisualStudio::DesignTools::Extensibility::PropertyEditing::PropertyValue ^ propertyValue);
public abstract bool Remove (Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyValue propertyValue);
abstract member Remove : Microsoft.VisualStudio.DesignTools.Extensibility.PropertyEditing.PropertyValue -> bool
Public MustOverride Function Remove (propertyValue As PropertyValue) As Boolean

Parameters

propertyValue
PropertyValue

Returns

Applies to