Partager via


RuntimeAnnotatableBase.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 virtual void SetAnnotation (string name, object? value);
abstract member SetAnnotation : string * obj -> unit
override this.SetAnnotation : string * obj -> unit
Public Overridable Sub SetAnnotation (name As String, value As Object)

Parameters

name
String

The key of the annotation to be added.

value
Object

The value to be stored in the annotation.

Applies to