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 オブジェクトの名前。

例外

コレクションは読み取り専用です。

適用対象