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 无效。