Click or drag to resize
AkManagerGetObjectList Method (String, String, Object)
获取对象集合。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public List<AkObject> GetObjectList(
	string typeName,
	string propName,
	Object propValue
)

Parameters

typeName
Type: SystemString
类型名称。
propName
Type: SystemString
属性名称。
propValue
Type: SystemObject
查找值。

Return Value

Type: ListAkObject
对象集合。
See Also