PropertyValueCollection.Remove(PropertyValue) 方法

定义

从对象的集合 PropertyValue 中删除对象。

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

参数

propertyValue
PropertyValue

要从集合中移除的项。

返回

true 如果删除成功,则为否则,为 false.

注解

主机需要确保在删除对象后 PropertyValue 无效。

适用于