PropertyValueCollection.Remove(PropertyValue) Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.