SearchResultReferenceCollection.Contains(SearchResultReference) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Contains(SearchResultReference) メソッドは、コレクションに指定されたSearchResultReference オブジェクトが含まれているかどうかを判断します。
public:
bool Contains(System::DirectoryServices::Protocols::SearchResultReference ^ value);
public bool Contains(System.DirectoryServices.Protocols.SearchResultReference value);
member this.Contains : System.DirectoryServices.Protocols.SearchResultReference -> bool
Public Function Contains (value As SearchResultReference) As Boolean
パラメーター
- value
- SearchResultReference
検索する SearchResultReference オブジェクト。
返品
true コレクションに value が含まれている場合は。含まれていない場合は false 。