| InfocommentListFindBySeqid Method |
按照顺序号查找评论。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic Infocomment FindBySeqid(
int value
)
Parameters
- value
- Type: SystemInt32
查找值。
Return Value
Type:
Infocomment查找到的评论,如果未查找到则为 null。
See Also