OpenXmlElement.AddAnnotation(Object) 方法

定义

将 对象添加到当前 OpenXmlElement 元素的批注列表中。

public void AddAnnotation (object annotation);
member this.AddAnnotation : obj -> unit
Public Sub AddAnnotation (annotation As Object)

参数

annotation
Object

要添加到当前 OpenXmlElement 元素的注释。

适用于