Share via


IChartStorageHandler.Exists(String) 方法

定義

檢查指定的索引鍵下的資料是否存在。

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

參數

key
String

索引鍵。

傳回

若資料存在於指定的索引鍵之下,則為 true;否則為 false

適用於