XmlSchemas.Contains Methode

Definitie

Bepaalt of het opgegeven item lid is van de verzameling.

Overloads

Name Description
Contains(String)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Retourneert een waarde die aangeeft of de verzameling een XmlSchema object bevat dat deel uitmaakt van de opgegeven naamruimte.

Contains(XmlSchema)

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

Bepaalt of het XmlSchemas een specifiek schema bevat.

Contains(String)

Bron:
XmlSchemas.cs
Bron:
XmlSchemas.cs
Bron:
XmlSchemas.cs
Bron:
XmlSchemas.cs
Bron:
XmlSchemas.cs

Retourneert een waarde die aangeeft of de verzameling een XmlSchema object bevat dat deel uitmaakt van de opgegeven naamruimte.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 bool Contains(System::String ^ targetNamespace);
public bool Contains(string? targetNamespace);
public bool Contains(string targetNamespace);
member this.Contains : string -> bool
Public Function Contains (targetNamespace As String) As Boolean

Parameters

targetNamespace
String

De naamruimte van het item waarvoor u wilt controleren.

Retouren

true als het item wordt gevonden; anders, false.

Van toepassing op

Contains(XmlSchema)

Bron:
XmlSchemas.cs
Bron:
XmlSchemas.cs
Bron:
XmlSchemas.cs
Bron:
XmlSchemas.cs
Bron:
XmlSchemas.cs

Bepaalt of het XmlSchemas een specifiek schema bevat.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 bool Contains(System::Xml::Schema::XmlSchema ^ schema);
public bool Contains(System.Xml.Schema.XmlSchema schema);
member this.Contains : System.Xml.Schema.XmlSchema -> bool
Public Function Contains (schema As XmlSchema) As Boolean

Parameters

schema
XmlSchema

Het XmlSchema object dat moet worden gevonden.

Retouren

true, als de verzameling het opgegeven item bevat; anders, false.

Van toepassing op