SettingsPropertyValueCollection.Remove(String) 方法

定义

从集合中移除 SettingsPropertyValue 对象。

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

参数

name
String

SettingsPropertyValue 对象的名称。

例外

尝试从集合中移除某项,但集合被标记为只读。

适用于