IMutableAnnotatable.SetAnnotation(String, Object) Method

Definition

Sets the annotation stored under the given key. Overwrites the existing annotation if an annotation with the specified name already exists.

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)

Parameters

name
String

The name of the annotation to be added.

value
Object

The value to be stored in the annotation.

Applies to