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

索引键。

返回

Boolean

如果数据存在于某个指定键下,则为 true;否则为 false

适用于