| AkManagerGetParent Method |
获取指定类型引用型父对象的集合。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic List<AkObject> GetParent(
AkObject obj,
string parentType
)
Parameters
- obj
- Type: Appkit.DataAkObject
对象。 - parentType
- Type: SystemString
父类型。
Return Value
Type:
ListAkObject指定类型的引用型父对象的集合。
See Also