PropertyValueCollection.Remove(PropertyValue) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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 是有效的。