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

要从集合中移除的项。

返回

Boolean

如果移除成功,则为 true;否则为 false

注解

在移除对象后,宿主需要确保 PropertyValue 是有效的。

适用于