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

例外

コレクションから項目を削除しようとしましたが、コレクションが読み取り専用としてマークされています。

適用対象