XmlStreamStore.AddAnnotation(Annotation) Method

Definition

Adds a new Annotation to the store.

C#
public override void AddAnnotation(System.Windows.Annotations.Annotation newAnnotation);

Parameters

newAnnotation
Annotation

The annotation to add to the store.

Exceptions

newAnnotation is null.

An Annotation with the same Id already is in the store.

An I/O Stream has not been set for the store.

Dispose has been called on the store.

Remarks

When AddAnnotation is called, the Id of the Annotation is checked to see whether the Annotation already has been added to the store. If the Annotation already has been added and is in the store an ArgumentException error is thrown.

Applies to

Product Versions
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also