IWorkflowDesignerStorageService.RemoveData(String) 方法
定义
从字典中移除与指定键关联的数据。Removes the data associated with the specified key from the dictionary.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void RemoveData(System::String ^ key);
public void RemoveData (string key);
abstract member RemoveData : string -> unit
Public Sub RemoveData (key As String)
参数
- key
- String
要移除其数据的键。The key whose data is to be removed.