DsmlRequestDocument.IList.Contains(Object) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Bu DsmlRequestDocument koleksiyonun belirtilen DirectoryRequest nesneyi içerip içermediğini gösterir.
virtual bool System.Collections.IList.Contains(System::Object ^ value) = System::Collections::IList::Contains;
bool IList.Contains (object value);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (value As Object) As Boolean Implements IList.Contains
Parametreler
- value
- Object
Aranacak DirectoryRequest nesne.
Döndürülenler
true belirtilen DirectoryRequest nesne koleksiyonun parçasıysa; falsedeğilse.