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