共用方式為


EditContextProperties.Remove(Object) 方法

定義

從集合中移除指定的專案。

public:
 bool Remove(System::Object ^ key);
public bool Remove (object key);
member this.Remove : obj -> bool
Public Function Remove (key As Object) As Boolean

參數

key
Object

要移除之項目的索引鍵。

傳回

如果值存在,則為 True,否則為 false。

適用於