StringValues.ICollection<String>.Remove(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションから特定のオブジェクトの最初の出現箇所を削除します。
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);
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
コレクションから削除するオブジェクト。
返品
true
itemがコレクションから正常に削除された場合は |。それ以外の場合はfalse。 このメソッドは、元のコレクションにfalseが見つからない場合にもitemを返します。