IWorkflowDesignerStorageService.GetData(String) 方法
定义
返回与指定键关联的数据。Returns the data associated with the specified key.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
System::Object ^ GetData(System::String ^ key);
public object GetData (string key);
abstract member GetData : string -> obj
Public Function GetData (key As String) As Object
参数
- key
- String
要为其获取数据的键。The key to get the data for.
返回
与指定的键关联的数据。The data associated with the specified key.