共用方式為


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

適用於