| AkResultSetGetPropertyJsons Method |
获取属性取值分布的AkJson集合。
属性取值分布过滤了重复的项。
如果属性定义了枚举,则返回中同时包含原始值及显示值。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic AkJsonList GetPropertyJsons()
Return Value
Type:
AkJsonList属性取值分布的AkJson集合,每个AkJson对象的类型为prop、属性value的值为原始值、属性text的值为可能的显示值。
See Also