ObjectStatementCollection.ContainsKey(Object) Methode

Definition

Bestimmt, ob die Tabelle den Besitzer der angegebenen Anweisung enthält.

public:
 bool ContainsKey(System::Object ^ statementOwner);
public bool ContainsKey(object statementOwner);
member this.ContainsKey : obj -> bool
Public Function ContainsKey (statementOwner As Object) As Boolean

Parameter

statementOwner
Object

Der Besitzer der Anweisungssammlung.

Gibt zurück

true if statementOwner is in the table; otherwise, false.

Ausnahmen

statementOwner ist null.

Gilt für:

Weitere Informationen