StringValues.ICollection<String>.Remove(String) メソッド

定義

特定のオブジェクトの最初に出現したものをコレクションから削除します。

 virtual bool System.Collections.Generic.ICollection<System.String>.Remove(System::String ^ item) = System::Collections::Generic::ICollection<System::String ^>::Remove;
bool ICollection<string>.Remove (string item);
bool ICollection<string>.Remove (string? item);
abstract member System.Collections.Generic.ICollection<System.String>.Remove : string -> bool
override this.System.Collections.Generic.ICollection<System.String>.Remove : string -> bool
Function Remove (item As String) As Boolean Implements ICollection(Of String).Remove

パラメーター

item
String

コレクションから削除するオブジェクト。

戻り値

item がコレクションから正常に削除された場合は true。それ以外の場合は false。 このメソッドは、item が元のコレクションに見つからない場合にも false を返します。

実装

適用対象