Update
Update(AnnotationBase)
更新文档注释。
public void Update(AnnotationBase newAnnotation)
范围 | 类型 | 描述 |
---|---|---|
newAnnotation | AnnotationBase | 要更新的注释(应提供 Id)。 |
评论
了解更多
- 有关如何更新文档注释的更多信息: 如何在 C# 中更新文档注释
也可以看看
- class AnnotationBase
- class Annotator
- 命名空间 GroupDocs.Annotation
- 部件 GroupDocs.Annotation
Update(List<AnnotationBase>)
更新文档注释集合。
public void Update(List<AnnotationBase> annotations)
范围 | 类型 | 描述 |
---|---|---|
annotations | List`1 | 将要设置的注释列表。 |
评论
了解更多
- 有关如何更新文档注释的更多信息: 如何在 C# 中更新文档注释
也可以看看
- class AnnotationBase
- class Annotator
- 命名空间 GroupDocs.Annotation
- 部件 GroupDocs.Annotation