ObjectStatementCollection.ContainsKey(Object) Metoda

Definicja

Określa, czy tabela zawiera danego właściciela instrukcji.

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

Parametry

statementOwner
Object

Właściciel kolekcji instrukcji.

Zwraca

true jeśli statementOwner znajduje się w tabeli; falsew przeciwnym razie .

Wyjątki

statementOwner to null.

Dotyczy

Zobacz też