BasicProfileViolationCollection.Contains(BasicProfileViolation) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Controleert of de verzameling het opgegeven BasicProfileViolation object bevat.
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
Parameters
- violation
- BasicProfileViolation
Het BasicProfileViolation object dat in de verzameling moet worden gevonden.
Retouren
true als het BasicProfileViolation object bestaat in de verzameling; anders false.