System::Collections::Specialized::StringCollection::Contains メソッド
StringCollection::Contains method
特定の文字列がコンテナに存在するかどうかをチェックします。
bool System::Collections::Specialized::StringCollection::Contains(const System::String &value) const
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const System::String& | String を検索対象とします。 |
ReturnValue
文字列が見つかった場合は true、そうでない場合は false。
参照
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++