IMutableAnnotatable.SetAnnotation(String, Object) Método

Definição

Define a anotação armazenada sob a chave fornecida. Substitui a anotação existente se já existir uma anotação com o nome especificado.

public void SetAnnotation (string name, object value);
public void SetAnnotation (string name, object? value);
abstract member SetAnnotation : string * obj -> unit
Public Sub SetAnnotation (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