Properties
函数功能
获取插件属性配置项。
函数原型
std::map<std::string, std::string> PluginNode::Properties() const;
返回参数说明
数据结构 |
说明 |
---|---|
std::map<std::string, std::string> |
属性配置项。 |
父主题: PluginNode
获取插件属性配置项。
std::map<std::string, std::string> PluginNode::Properties() const;
数据结构 |
说明 |
---|---|
std::map<std::string, std::string> |
属性配置项。 |