Udostępnij za pośrednictwem


IChartStorageHandler.Exists(String) Metoda

Definicja

Sprawdza istnienie danych w ramach określonego klucza.

public:
 bool Exists(System::String ^ key);
public bool Exists (string key);
abstract member Exists : string -> bool
Public Function Exists (key As String) As Boolean

Parametry

key
String

Klucz indeksu.

Zwraca

Boolean

true jeśli dane istnieją w określonym kluczu; w przeciwnym razie false .

Dotyczy