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.

适用于