Update

Update(AnnotationBase)

更新文档注释。

public void Update(AnnotationBase newAnnotation)
范围 类型 描述
newAnnotation AnnotationBase 要更新的注释(应提供 Id)。

评论

了解更多

也可以看看


Update(List<AnnotationBase>)

更新文档注释集合。

public void Update(List<AnnotationBase> annotations)
范围 类型 描述
annotations List`1 将要设置的注释列表。

评论

了解更多

也可以看看