BasicProfileViolationCollection.Contains(BasicProfileViolation) 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.
Koleksiyonun belirtilen BasicProfileViolation nesneyi içerip içermediğini denetler.
public:
bool Contains(System::Web::Services::Description::BasicProfileViolation ^ violation);
public bool Contains(System.Web.Services.Description.BasicProfileViolation violation);
member this.Contains : System.Web.Services.Description.BasicProfileViolation -> bool
Public Function Contains (violation As BasicProfileViolation) As Boolean
Parametreler
- violation
- BasicProfileViolation
BasicProfileViolation Koleksiyonda bulunacak nesne.
Döndürülenler
true
BasicProfileViolation nesnesi koleksiyonda mevcutsa; yoksa false.