StringValues.ICollection<String>.Contains(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
文字列が StringValues内にあるかどうかを判断します。
virtual bool System.Collections.Generic.ICollection<System.String>.Contains(System::String ^ item) = System::Collections::Generic::ICollection<System::String ^>::Contains;
bool ICollection<string>.Contains(string? item);
abstract member System.Collections.Generic.ICollection<System.String>.Contains : string -> bool
override this.System.Collections.Generic.ICollection<System.String>.Contains : string -> bool
Function Contains (item As String) As Boolean Implements ICollection(Of String).Contains
パラメーター
- item
- String
String内で検索するStringValues。
返品
true
itemがStringValuesで見つかった場合は。それ以外の場合はfalse。