Click or drag to resize

ComponentPlugin Properties

返回用户文档首页

The ComponentPlugin type exposes the following members.

Properties
 NameDescription
Public propertyCommonPropsName 通用属性名称
Public propertyCompName 组件名称
Public propertyCompNumber 组件号码
Public propertyCompPath 组件所在目录
Public propertyConfigPrefix 插件存储的配置文件名称前缀,默认为$CONFIG$,子类可重写此属性以修改前缀
(Inherited from Plugin)
Public propertyDefaultsConfigPrefix 组件默认值属性配置名称前缀,默认为$DEFAULT$,子类可重写此属性以修改前缀
Public propertyGuid 插件GUID,子类需要重写此属性以返回插件自身的GUID,否则插件无法正常运行
(Inherited from Plugin)
Public propertyPluginDataPrefix 插件所有数据文件名称前缀,默认为CFG_PLUGIN_PROPS_,子类可重写此属性以修改前缀
(Inherited from Plugin)
Public propertyRuntimeConfigName 插件运行时属性配置名称,默认为$RUNTIME$,子类可重写此属性以修改此名称
(Inherited from Plugin)
Top
See Also