AnnotationStore.GetAnnotation(Guid) Methode

Definition

Gibt die Anmerkung mit der angegebenen Id aus dem Speicher zurück.

public:
 abstract System::Windows::Annotations::Annotation ^ GetAnnotation(Guid annotationId);
public abstract System.Windows.Annotations.Annotation GetAnnotation (Guid annotationId);
abstract member GetAnnotation : Guid -> System.Windows.Annotations.Annotation
Public MustOverride Function GetAnnotation (annotationId As Guid) As Annotation

Parameter

annotationId
Guid

Die GUID Id-Eigenschaft der zurückzugebenden Anmerkung.

Gibt zurück

Die Anmerkung mit der angegebenen annotationId oder null, wenn im Speicher keine Anmerkung mit der angegebenen annotationId gefunden wurde.

Ausnahmen

Dispose wurde im Speicher aufgerufen.

Gilt für:

Weitere Informationen