PropertyValueCollection.Remove(PropertyValue) Metod

Definition

Tar bort objektet från samlingen med PropertyValue objekt.

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

Parametrar

propertyValue
PropertyValue

Objektet som ska tas bort från samlingen.

Returer

trueom borttagningen lyckas. annars . false

Kommentarer

Värden måste se till att PropertyValue är ogiltig när objektet har tagits bort.

Gäller för