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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.