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

例外

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

适用于