批量修改属性。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic void Modify(
string[] propNames,
Object[] propValues
)
Parameters
- propNames
- Type: SystemString
属性名称集合。 - propValues
- Type: SystemObject
属性值集合。
See Also