SettingsPropertyCollection.Remove(String) 方法

定义

从集合中移除 SettingsProperty 对象。

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

参数

name
String

SettingsProperty 对象的名称。

例外

该集合是只读的。

适用于