IMutableAnnotatable.SetOrRemoveAnnotation(String, Object) 方法

定义

设置存储在给定名称下的批注。 如果具有指定名称的注释已存在,则覆盖现有批注。 如果 null 提供,则删除现有批注。

public void SetOrRemoveAnnotation (string name, object? value);
abstract member SetOrRemoveAnnotation : string * obj -> unit
Public Sub SetOrRemoveAnnotation (name As String, value As Object)

参数

name
String

要添加的批注的名称。

value
Object

要存储在批注中的值。

适用于