IMutableAnnotatable.SetOrRemoveAnnotation(String, Object) Método

Definição

Define a anotação armazenada sob o nome fornecido. Substitui a anotação existente se já existir uma anotação com o nome especificado. Remove a anotação existente se null for fornecido.

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

Parâmetros

name
String

O nome da anotação a ser adicionada.

value
Object

O valor a ser armazenado na anotação.

Aplica-se a