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 物件的名稱。

例外狀況

集合是唯讀的。

適用於